| # | Question | Test | Result |
|---|---|---|---|
| 1 | What is the sum of the numbers from 1 to `x`? | ||
| 2 | What is the product of the numbers from 1 to `x`? | ||
| 3 | What is the sum of the numbers from `x` to `y`, inclusive? | ||
| 4 | Display the factors of `x`. | ||
| 5 | Determine the sum of the factors of `y`. | ||
| 6 | Is `y` a perfect number? | ||
| 7 | Is `y` prime or composite? | ||
| 8 | Display `z` backwards. | ||
| 9 | How many vowels are there in `z`? | ||
| 10 | Remove the vowels from `z`. |