User Profile

Collapse

Profile Sidebar

Collapse
java4life
java4life
Last Activity: Jun 22 '07, 08:17 AM
Joined: Jun 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • java4life
    started a topic Java code problem
    in Java

    Java code problem

    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:...
    See more | Go to post

  • java4life
    started a topic Java homework problem
    in Java

    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 //...
    See more | Go to post
    Last edited by JosAH; Jun 12 '07, 05:19 PM. Reason: added [code=java] ... [/code] tags
No activity results to display
Show More
Working...