The __________ selection statement performs an action if a condition is true and performs a different action if the condition is false.

a) if
b) when
c) if…else
d) switch

c) if…else

Computer Science & Information Technology

You might also like to view...

Click #Discover to view trending topics in which you might be interested

Indicate whether the statement is true or false

Computer Science & Information Technology

Which value for x would make the following condition true: (x >= 5) And (x<= 6)

(A) x is equal to 7 (B) x is equal to 5 (C) x is equal to 5.001 (D) B and C

Computer Science & Information Technology