How to use a loop(for loop or while loop) in a pseudocode algorithm?
Can I have an example?
Hello! You can use a loop like in this example:
FOR i = 0 to 10: //beginning of the FOR loop
OUTPUT(i + 2) //print i+2 per iteration
ENDIF //end of the loop
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment