Answer:
i dont know spanish but i am gussing that you want to find differnce in virus information?
Explanation:
 
        
             
        
        
        
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>
 
        
             
        
        
        
Idek but hope u figure it out!
        
                    
             
        
        
        
Answer: Press enter at the end of the line.
Explanation:
If you press enter at the end of the line or sentence, it will start a new space underneath your line or sentence.