subject

INPUT create variable by asking for and inputting the current annual tuition (no decimals)
create a variable by asking for and inputting the % of increase per year ( no decimals)
create a variable by asking for and inputting the number of years to project (no decimals)
PROCESS
create a for loop using the years variable (adjusted) as the range
recalculate the tuition by replacing the tuition value with the tuition value times the increase
OUTPUT
print a header line telling the user what the script will do
use an f-string to format and print
column titles (surrounded by dashes as in example)
year and tuition for each iteration of the loop
you can use \t in the print statement to tab

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 04:30
Dr. wisteria is a prominent chiropractor in the chicago area. she wants to provide a forum for her patients to discuss their health concerns and to seek and offer advice to other patients. which telecommunications tool is most appropriate for dr. wisteria's needs?
Answers: 3
question
Computers and Technology, 23.06.2019 02:00
Which software would you use to create a print design? a. illustrator b. audacity c. reaper d. dreamweaver
Answers: 2
question
Computers and Technology, 23.06.2019 09:30
Write a function called checkfactor that takes two arrays of positive numbers, firstnumberrow and secondnumberrow. checkfactor checks if the first entry in firstnumberrow is divisible by the first entry in secondnumberrow, and performs the same operation on the next array elements until all entries have been checked. all the numbers are positive and the number of entries in the arrays are the same. the function should return the identified divisible numbers in two row arrays named firstdivisible and seconddivisible.restrictions: branches or loops should not be used. the code must use the internal mod and logical functions.hint: the mod function should be used to determine if two numbers are divisible. ex: for num1 and num2 if mod(num1,num2) is 0, then the two numbers are divisible.this is matlab
Answers: 2
question
Computers and Technology, 24.06.2019 12:00
What is a sketch or blueprint of a web page that shows the structure (but not the detailed design) of basic page elements such as the logo, navigation, content, and footer?
Answers: 3
You know the right answer?
INPUT create variable by asking for and inputting the current annual tuition (no decimals)
c...
Questions
question
Mathematics, 26.09.2019 13:00
question
Biology, 26.09.2019 13:00
Questions on the website: 13722361