using System;
using static System.Console;
double shirt = 50.00;
double salesTax = 0.05;
WriteLine($"{shirt * salesTax + shirt}");