Question: correct the following code so that it finds the sum of 10 numbers sum = 0; while (count < 10) sum = console.nextInt (); sum
correct the following code so that it finds the sum of 10 numbers sum = 0; while (count < 10) sum = console.nextInt (); sum = sum + num; count++
(java code)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
