412,529 views
22 votes
22 votes
Define a pseudocode algorithm that will efficiently play the guessing game.

User Zplizzi
by
2.7k points

1 Answer

13 votes
13 votes

Answer:

In computer science, pseudocode is a plain language description of the steps in an algorithm or another system. Pseudocode often uses structural conventions of a normal programming language, but is intended for human reading rather than machine reading.

Step-by-step explanation:

User Graham Slick
by
2.9k points