How to understand this pseudo code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to understand this pseudo code?

There is this pseudo code that we have to explain by group in front of the class. However, we don't know anything about pseudo codes or more like how it should works. In the problem/description given to us it uses pseudo code notations. Can you help me further understand the use and flow of pseudo code notations?

10th Aug 2019, 3:45 PM
Artifice Pinch
Artifice Pinch - avatar
1 Answer
+ 2
I dont know about any specific notations but see this post below: hmmm I can’t seem to find the post I answered this question. pseudo code is writing down the problem/programme without actually writing code. eg 0. take user input 1. do this 2. then do that 3. output something other example is #programme that mulitplies num = user_input sum = num * 2 return sum
10th Aug 2019, 5:19 PM
Brave Tea
Brave Tea - avatar