65,300 views
28 votes
28 votes
Think about a game that you enjoy playing. Use an example from that game to explain a condition-controlled loop. Use an example from the game to explain either a forever loop or a count-controlled loop. Explain how these examples contribute to the player’s experience (remember, useful terms include “mood” and how the four “O’s” create player engagement)

User Aarjithn
by
1.8k points

2 Answers

18 votes
18 votes

Answer:

By intending the statements in the body of the loop you visually set them apart from the surrounding code. This makes your program easier to read and debug. Also, this is similar to the style that most programmers follow when writing loops.

Step-by-step explanation:

Im a girls p

User Ceri Turner
by
3.0k points
26 votes
26 votes

Answer:

By intending the statements in the body of the loop you visually set them apart from the surrounding code. This makes your program easier to read and debug. Also, this is similar to the style that most programmers follow when writing loops.

User Tempus
by
3.3k points