Question: Please choose the right answer Question 63 0/1.43 points In a C++ program two-way selection takes the form______. if statement1 else statement 2; if (expression)
Please choose the right answer


Question 63 0/1.43 points In a C++ program two-way selection takes the form______. if statement1 else statement 2; if (expression) statement1 else statement2; if (statement1) else (statement2); If (expression) statement! else (expression) statement2; if expression statement1 else statement2; Question 64 0/1.43 points In a C++ program else can be a stand-alone statement Every else has a related if. else is always followed by (expression). if is always followed by else. None of these
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
