Ex 13 Java
Ex 13 Java
Source Code
import java.util.ArrayList;
import java.util.Scanner;
if (name.equalsIgnoreCase("stop"))
break;
if (students.remove(studentToRemove))
System.out.println(studentToRemove + " has been removed.");
else
System.out.println(studentToRemove + " was not found in the list.");
scanner.close();
}
}