Question: What is wrong with the following while statement? while (z >= 0) { sum += z; }
What is wrong with the following while statement?
while (z >= 0) {
sum += z;
}
Step by Step Solution
3.42 Rating (168 Votes )
There are 3 Steps involved in it
The value of the variable z is never changed in the ... View full answer
Get step-by-step solutions from verified subject matter experts
