Solved

The ____ Statement in C++ Is Used to Implement a Decision

Question 24

Multiple Choice

The ____ statement in C++ is used to implement a decision structure in its simplest form choosing between two alternatives.


A) for
B) if-else
C) switch-case
D) while

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions