Sir, what is pseudocode?
Session 1 Expressing Algorithms
hello @manasvirox
Pseudocode is an informal way of programming description that does not require any strict programming language syntax or underlying technology considerations.
for example if i say write a pseudo code to add two numbers.
then we can write it in plain english .
read first number
read second number
add first and second number
print result
this way of writing algorithm is called pseudocode.
we dont follow any syntax or rule.
its all plain english
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.