What os pseudocode?Explain with an example
Answers
Answered by
0
Answer:it's an organ of pseudopedia
Explanation:
Answered by
0
Answer:
pseudocode is an informal high-level description.
Explanation:
example:
To find number is even or not
n= int (input( ))
if(n%2==0):
print("even")
else:
print("odd")
In computer science, pseudocode is an informal high-level description of the operating principle of a computer program or other algorithm. It uses the structural conventions of a normal programming language, but is intended for human reading rather than machine reading.
Please mark as brainliest
Similar questions