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.46 Rating (169 Votes )
There are 3 Steps involved in it
The value of the variable z is never changed in th... View full answer
Get step-by-step solutions from verified subject matter experts
