Jabari is writing pseudocode for a new video game he wants to create. What should he include in his pseudocode?

a
Everyday language that is easy to understand

b
Formatting with no indentations

c
The actual code used for the game

d
Words usually only programmers are familiar with

Respuesta :

Answer:

The answer is "Option c".

Explanation:

The Pseudocode is a definition of actions in an algorithm or some other method of software engineering. It also uses regular programming language, formal conventions, and is associated with human learning rather than computer learning, and the wrong choice can be defined as follows:

  • In choice a, It is wrong because there are so many languages, and it is not easy to understand all.
  • In choice b, It is wrong because it is used for better understanding.
  • In choice d, it is wrong because words are also not only common to programmers.

Answer:

The actual code used for the game