You are on page 1of 3

Input 2 numbers, add then display their sum. Multiply 2 numbers and display the product.

Input a number, deduct 5 and display the difference. Input 2 numbers. Add the numbers. Input another
number and multiply it by the sum of the 2 numbers.
Display product.

Input 3 numbers. Add all numbers then display sum.


Input a number, if the number is 50 or above, display Input 2 numbers. If the first number is higher than the last
"More", if not display "Less”. number, display the first number.

Input 2 numbers. If the first number is higher


than the last number, display the first number, if Input a number, if the number is less than 75, display
not, display the 2nd number. “Fail”.

Input a number, if the number is less than 75, display


“Fail”. If not display “ Passed”.
Input 2 numbers, add the numbers. If the sum is greater
than 50, display “Hello”. If not display “Hi”.

You might also like