Fizz Quiz Loops 1

Last update: 11:31am
Name: Surname

Notice: Write your answer(s) in the corresponding textbox(es). Then save this form as a PDF file name FizzQuizz-loops-1.pdf and send it as an attachment by email to msantos@dragonacademy.org. Subject: "Fizz Quiz".

Quiz

This is a review Quiz in preparation for the final evaluation of the course.

For-Loops: Internal mechanism

The following is a for-loop to calculate the sum 1 + 2 + 22 + 23 and below it is a step by step list of all what the computer does in order to evaluate that sum

Write down the step-by-step analysis of the folowing code