How Do I Look Up a Student
public Student lookup(int num) {
For (I=0;I<CS171.length;I++)
if (num == CS171[I].Snumber)
return CSC171[I];
return null ;
}
Previous slide
Next slide
Back to first slide
View graphic version