Computer Science, asked by isaacwesonga90, 5 months ago

Write a C program for this pseudocode

Answers

Answered by Roshi06
0

Answer:

Pseudo code is a term which is often used in programming and algorithm based fields. It is a methodology that allows the ...

Explanation:

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 by anshkundal6
1

Pseudo code is a term which is often used in programming and algorithm based fields. It is a methodology that allows the programmer to represent the implementation of an algorithm. ... It has no syntax like any of the programming language and thus can't be compiled or interpreted by the computer

Similar questions