Toggle navigation
Delta: Algorithms
Download
Documentation
Partners
Quiz: Squares (10-99)
No notes were written for this algorithm.
Preview of this algorithm
Variable
Set n to 1
Quiz
Init quiz Calculate the square:
Structure
While n <= 5
Variable
Set a to (random(90) + 10)
Quiz
Add input "n") "a" ^ 2 with a ^ 2 as correct answer
Variable
Set n to n + 1
Structure
End
Quiz
Show quiz