Question: In JAVA please We can read the file one line at a time and use the indexof method to get the positions of the commas.


In JAVA please
We can read the file one line at a time and use the indexof method to get the positions of the commas. The call line.indexof(",", pos) gives the position of the next comma at or beyond the position pos, or - 1 if there is no match. Rearrange the lines below to compute the total score for a student. Assume that each student has at least one score. Mouse: Drag/drop Keyboard: Grab/release Spacebar (or Move t t+. Cancel Esc Scores.java Load default template... public class Scores \{ public static void calculatescore (string line) \{ int total =0; system.out.print ln( name +""+ total); \} public static void main (string [] args) \{ Scanner in = new Scanner(System. in); while (in.hasNextLine()) \{ calculatescore(in.nextline()); \} \} \} Load default template
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
