Create your own
teaching resources

Sign up for a free account to try! It takes less than 20 seconds

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