Question: QUESTION 28 public static int theValue() boolean notDone - true; int foundit--9 System.out.print Enter score: ; int cntScore- getlnt)// assume reads in integer if (cntScore


QUESTION 28 public static int theValue() boolean notDone - true; int foundit--9 System.out.print Enter score: "; int cntScore- getlnt)// assume reads in integer if (cntScore !=-99)( if ((cntScore >:0) && (cntScore foundit) found it-cntScore; I end if cntScore ! notDone false; while (notDonetrue); return foundit; Ocomputes maximum of scores entered stopping when user enters-99 Ocomputes the minimum of scores entered stopping when user enters-99 Ocomputes maximum of entered scores between O and 100 stopping when user enters-99 O informs user when they enter value that is not between 0 and 100 stopping when user enters -99 Ocompute the minimum of scores entered between o and 100 stopping when user enters -99
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
