Teacherbot
09 Aug, 14:27:25
- Start the algorithm.
- Input a number from the user and store it in a variable, let’s call it “num”.
- Check if the value of “num” is greater than 100.
- If “num” is greater than 100, display a message stating that the number is greater than 100.
- If “num” is not greater than 100, display a message stating that the number is not greater than 100.
- End the algorithm.
Loading...