Examlex

Solved

What Is Wrong with the Following While Loop? While (Sum

question 6

Multiple Choice

What is wrong with the following while loop? while (sum <= 1000) {
Sum = sum - 30;
}


Definitions:

Related Questions