Write a program that uses user_input as a nonnegative integer and then uses a loop to calculate the factorial of that number.
TuitionIncrease 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 p percent each year for the next n years. Write a program with a loop that prints the projected semester tuition amount for the next n years with a p percent […]