asked 188k views
2 votes
What is pseudocode ?

2 Answers

7 votes
A notation resembling a simplified programming language, used in program design.
answered
User Coding District
by
8.2k points
4 votes

Answer:

Pseudocode is an artificial and informal language that helps programmers develop algorithms. Pseudocode is a "text-based" detail (algorithmic) design tool. The rules of Pseudocode are reasonably straightforward. All statements showing "dependency" are to be indented. These include while, do, for, if, switch.

answered
User Arif Acar
by
8.1k points

No related questions found