207k views
2 votes
Cora is writing a program to make a motorcycle racing game. If Cora wants to speed of the motorcycle to appear on the screen when the game is played, then Cora needs to add something to the code that will make the speed

User Marko D
by
4.6k points

2 Answers

4 votes

Answer:

c

Step-by-step explanation:

sorry if I was wrong

User Sody
by
5.2k points
7 votes

Answer: C. Boolean value

Step-by-step explanation:

The options are:

A. input

B. output

C. Boolean value

D. conditional statement

Boolean data type refers to the data type which possesses two values which are true and false which shows two truth values of values.

The boolean expression results in a boolean value. Based on the question given, then the answer will be Boolean value. Therefore, the correct option is C.

User Perivesta
by
4.8k points