Exercise:
Write a program that asks the user how many t-shirts they would like to buy, and then prints out the total cost. You should declare a constant at the top of your program called COST_OF_SHIRT and set it equal to $15.
My code:
//Declare a constant here to represent the cost of a tshirt...