Find the errors in the following code.
// This code contains ERRORS!int count = 1, total;while (count <= 100) total += count;System.out.print("The sum of the numbers 1 - 100 is ");System.out.println(total);
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.