Computer Science, asked by sangeethkrishna208, 1 month ago

Write an algorithm to check whether the given number is greater than 100?

Answers

Answered by abhyas29
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