Java problem
--------------------------------------------------------------------------------
I need to generate the following output with a TestProgram.
Lecturer 65374 has 3 students:
Student number 1 has name of Amanda
Student number 2 has name of Patrick
Student number 3 has name of Jay
The Student and Lecturer classes are below.
Meanwhile, here is my attempetd test program:...
User Profile
Collapse
-
Java homework problem
I have two java scripts below. I am expected to write a TestProgram to generate the out put below. Please help with the TestProgram.
Lecturer 65374 has 2 students:
Student number 1 has name of Patrick
Student number 2 has name of Jay
Below are the Lecturer and Student scripts for which I need to create a TestProgram:
[code=java]
import java.util.*;
public class Lecturer //...
No activity results to display
Show More