Design an algorithm and flow chart to print numbers below 100
Answers
Answered by
3
start
input:=n is a real number
while n<100
n=n+1
output:=n such that n<100
end
Similar questions