Question: What is count after the loop is finished? int count = 1; do { count += 3; } while (count < 5); answers is 7
What is count after the loop is finished?
int count = 1; do { count += 3; } while (count < 5); answers is 7 can someone explain why?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
