Create a FLOWCHART flowchart using the following:
At one college, the tuition for a full-time student is $8,000 per semester. It has been announced that the tuition will increase by 3 percent each year for the next 5 years. Write the program so that the user is asked to enter the percent (3 percent, 8 percent, etc.) increase along with the number of projected years, i.e., 5, 10 years, etc.
Write a program with a loop (while or for loop) that displays the projected semester tuition amount for the next 5 years.