Toggle navigation
Delta: Algorithms
Download
Documentation
Partners
Tables de multiplication (1 à 10)
Pour réviser les tables de multiplication de 1 à 10
Preview of this algorithm
Variable
Set n to 1
Quiz
Init quiz Calculer :
Structure
While n <= 10
Variable
Set a to random(11)
Variable
Set b to random(11)
Quiz
Add input "n") "a" * "b" with ab as correct answer
Variable
Set n to n + 1
Structure
End
Quiz
Show quiz