How can I write if else with pseudo code ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I write if else with pseudo code ?

Is there anyone who know pseudo code ?

2nd Jan 2020, 11:43 AM
Hazel
Hazel - avatar
4 Answers
+ 3
Pseudocode is not an actual language, it is just a high level description of an algorithm without a specific syntax. It could be as simple as this: Program SoloLearn: If knowledge is null Then study lessons Else start challenges End
2nd Jan 2020, 12:00 PM
Tibor Santa
Tibor Santa - avatar
+ 3
Awww.. I got it. Really Really Thank you all.
2nd Jan 2020, 12:15 PM
Hazel
Hazel - avatar
+ 2
As Tibor Santa said, pseudocode is NOT real code. So you can't run it anywhere. It's just something like a draft, to explain something, or to plan a program you are going to write later.
2nd Jan 2020, 12:14 PM
HonFu
HonFu - avatar
0
Thanks you for your explanation. how can I run this because I want to know my output is correct or not ?
2nd Jan 2020, 12:08 PM
Hazel
Hazel - avatar