Public Static Void New New Char Char Int While True /T /T /N /T /N/T /N/T /N/T /N
Public Static Void New New Char Char Int While True /T /T /N /T /N/T /N/T /N/T /N
case 2:
System.out.println("Enter the Roll Number of the Student whom do
you want to modify: ");
int roll = s.nextInt();
s.nextLine();
System.out.println("Enter the Name of the New Student:");
String Name= s.nextLine();
c.UpdateStudentName(roll, Name);
break;
case 3:
System.out.println("Enter the Roll Number of the Student to
Delete:");
int roll1= s.nextInt();
c.DeleteStudentName(roll1);
break;
case 4:
c.PrintStudentName();
break;
default:
System.out.println("Enter Properly!!");
}