Question: In Java!!!! Refer to this question for the similarly word : https://www.chegg.com/homework-help/questions-and-answers/-consider-example-determines-many-even-numbers-must-added-together-starting-2-reach-exceed-q26758043 2. Similarly, the loop below sums integers input by the user and prints
2. Similarly, the loop below sums integers input by the user and prints the sum; it contains no counter int sum = 0; //setup string keepGoing = "y"; int nextVal; while (keepGoing.equals("y) keepGoing.equals ("Y")) System.out.print ("Enter the next integer: " //do work nextval = scan. nextInt(); sum sum + nextval; System.out.println ("Type y or Y to keep going") keepGoing = scan . next(); System.out.println ("The sum of your integers is " sum); Add a counter so that after the loop, print the number of integers read as well as the sum. Just note your changes on the example code. Is your loop now count-controlled
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
