I have a litle problem
please help me whit:
I want to write a methode whit one paramter.
public int studentInformation(int hour){//How long time(hour) he was at school.
- - - - - - --- - - - - -
- - - - - - - - - - - - --
return ;
}
Now I want that the same information(above method) uses for every student.
How can I call it for every student.
How do I write code?
// first I want call it for student1
// then for student2, student3.........
and how do I print it out.