Search:

Type: Posts; User: Jarruda

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,606

    Re: Help with beginner assignment

    I think I got it!



    public class EmployeeTest
    {
    public static void main(String[] args)
    {
    Employee a = new Employee("Susan Meyers", 47899, "Accounting", "Vice President");
    ...
  2. Replies
    4
    Views
    1,606

    Re: Help with beginner assignment

    This is what I have so far.



    public class EmployeeTest
    {
    public static void main(String[] args)
    {
    String testName1; //Holds employee names
    int testIdnumber1; //Holds employee...
  3. Replies
    4
    Views
    1,606

    Help with beginner assignment

    I've had to write a class on my own, which I have, and then I need to apply it to another program that creates three objects that holds specific data. The class seems right to me, it holds spots for...
Results 1 to 3 of 3