What is pseudo code ?

Explain with an example and how to develop the program

Showing Answers 1 - 4 of 4 Answers

Pseudo Code the code for designing any type of programs.
Pseudo Code is otherwise known as algorithm.
The Pseudo code helps any one to solve any type of problems.
A person does  not know any type of computer programmig language, but he/she must know the programming technique or algorithm or Pseudoce for solving the problem.

  Was this answer useful?  Yes

Pseudo is not a programming language. It is your language. before writtinga program, we usually draw a blue print on the papar. like

if a > 0
    then show a proper message
else
    get the data from user.

like, and then we write this in C++ or Java or any language which you know.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions