Write a program with a loop that prints the projected semester tuition amount for the next n years with a p percent increase.
We are not using input() in this assignment and everything should be outputted using print. Read the question carefully as they tell you which variables to use for each question. For each prompt/question, I want the final answer to be printed, with no strings concatenated with the answer. Tuition Increase At one college, the tuition […]