188k views
2 votes
What is pseudocode ?

2 Answers

7 votes
A notation resembling a simplified programming language, used in program design.
User Coding District
by
7.1k 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.

User Arif Acar
by
7.4k points