using System;
using static System.Console;
int costOfGoods = 10;
WriteLine("Total Cost of a Sandwich with tax");
WriteLine((costOfGoods * .05) + costOfGoods);