You are on page 1of 1

START

Declare variable
Int number, input

number =
randomfunction(0,100)

Prompt “Enter
number”

Store value in variable


input

FALSE
While(input != number) Print (“Number
is equal!”)
TRUE
FALSE STOP
If(input<number)

TRUE

Print (“Number is too low)

If(input>number)

TRUE

Print (“Number is too high)

You might also like