Pseudo code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Pseudo code

Writing a pseudo code and flowchart for my program. Does it include all the steps in both for example display just message first, initializing variables and then calculate the results? Please help! Working on my python program.

24th Mar 2022, 2:51 AM
Knowledge Is Power
Knowledge Is Power - avatar
1 Answer
0
The first draft may not include those steps, but the final psuedocode should be very similar to the program you are going to create. Only difference is you dont use language specific syntax/formatting. I like to land/arrow my loops at a join above the decision, rather than have the decision with 2 entries as well as two exits.
24th Mar 2022, 4:28 AM
HungryTradie
HungryTradie - avatar