Write an algorithm to check whether the given number is greater than 100?
Answers
Answered by
0
Answer:
Read num
If num > 100
a. Print num is greater than 100
else
b. Print num is not greater than 100
Similar questions