Toggle navigation
Delta: Algorithms
Download
Documentation
Partners
Quiz: Fraction: addition/subtraction
No notes were written for this algorithm.
Preview of this algorithm
Variable
Set n to 1
Quiz
Init quiz Simplify the expression:
Structure
While n <= 5
Variable
Set a to (random(20) - 10) / (random(10) + 1)
Structure
While a = 0
Variable
Set a to (random(20) - 10) / (random(10) + 1)
Structure
End
Variable
Set b to (random(20) - 10) / (random(10) + 1)
Structure
While b = 0
Variable
Set b to (random(20) - 10) / (random(10) + 1)
Structure
End
Quiz
Add input "n") "a + b" with a + b as correct answer
Variable
Set n to n + 1
Structure
End
Quiz
Show quiz