Quiz: Squares (10-99)


No notes were written for this algorithm.

Preview of this algorithm

Icon Variable
Set n to 1
Icon Quiz
Init quiz Calculate the square:
Icon Structure
While n <= 5
Icon Variable
Set a to (random(90) + 10)
Icon Quiz
Add input "n") "a" ^ 2 with a ^ 2 as correct answer
Icon Variable
Set n to n + 1
Icon Structure
End
Icon Quiz
Show quiz