Write an algorithm that is the same as the flowchart below
Question & Answer
Write an algorithm that is the same as the flowchart below
1 Answer
Verified archiveMy num < random (1,10)
Repeat until my num>8
display(myNum)
myNum<random(1,10)
Display (“done”)