283,403 views
32 votes
32 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 Prashant Pugalia
by
3.0k points

1 Answer

22 votes
22 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 Muhammad Adnan
by
3.1k points