85.9k views
1 vote
Which of these words is used to begin a conditional statement?

when
input
if
until

User Vrintle
by
8.0k points

1 Answer

1 vote

Answer:

'if'

Step-by-step explanation:

The if word is used in an if-statement (a type of conditional statement) that allows the computer to do certain computations based on what the conditional statement evaluates to.

Hope this helps :)

User Niemerds
by
7.3k points