0
How can I write if else with pseudo code ?
Is there anyone who know pseudo code ?
4 odpowiedzi
+ 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
+ 3
Awww.. I got it. Really Really Thank you all.
+ 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.
0
Thanks you for your explanation.
how can I run this because I want to know my output is correct or not ?