You are on page 1of 1

Task 02C

Input integer value.


Check if value is odd or even.
Display the correct message on the screen

Task 02D
Input two real values.
Calculate the biggest value to the power of 2.
Display the correct message on the screen

Task 02E
Input number.
Using if statement find and display on the screen absolute value (modulus) of the
given number

Task 02F
Input integer value that means month number.
Check if the number is correct

Task 02G
Input two integer values.
Check if the second number is a divisor of the first number or if the first number is a
divisor of the second number.

You might also like