I made some changes to the code. I replaced all the semicolons at the ends of the if statements with curly braces.



import java.util.Scanner;

public class studentMarks {

public...