Lab 1ex1
Lab 1ex1
TERM(2023)
Lab Exercise 1:
Model Answer:
public static void main(String[] args) {
}
System.out.println();
System.out.println("Enter the first letter of the names:" );
char l=input.next().charAt(0);
System.out.println();
LookAt(students,l);