85.4k views
7 votes
A pseudo code that asks the user for their forename and their surname , and then outputs both, separated by a space to the user​

User K Hein
by
4.2k points

1 Answer

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 Ramji
by
4.9k points