Answer:
The window operating system is popularly known as a graphical user interface(GUI)
Explanation:
older operating systems were command line based but window uses a gui
I would say A because it was talking about something in the present but what they were talking about was in past. so I would think A
Answer:
The correct loop is as follows:
for year in range(starting_tuitionYear, ending_tuitionYear, increment):
tuition = startingTuition + rate * startingTuition
startingTuition = tuition
print('Tuition for the year of ' + str(year)+ ' is ' + str(tuition));
Explanation:
Required
The correction to the attached program
Some variables are not needed; so, I've removed the redundant variables.
The main error in the program is in the loop;
After the tuition for each year has been calculated, the startTuition of the next year must be set to the current tuition
<em>See attachment for complete program</em>
Ask your friends if they are doing something wrong with your friends and friends