Examlex

Solved

What for Loop Can Be Used in the Indicated Area

question 43

Multiple Choice

What for loop can be used in the indicated area so the code will print: What for loop can be used in the indicated area so the code will print:    A) for (int num = 0; num < 4 - val; num++)  B) for (int num = 0; num < val; num++)  C) for (int num = 4; num < val; num++)  D) for (int num = 4; num > 0; num--)


Definitions:

Related Questions