0
Writing pseudocode with loops.
For some strange reason I understand how to put a code together better than writing out its pseudocode. So take a simple program like counting backwards from 3. How would you write a pseudocode for both a while loop and a do-while loop? Flowcharts and pseudocode are my weakness! Please help
1 Resposta
+ 1
See here this might help you,
https://www.geeksforgeeks.org/how-to-write-a-pseudo-code/