Search:

Type: Posts; User: Rezz

Search: Search took 0.32 seconds.

  1. Re: Help with Client Code

    Manager:

    public class Manager extends Employee {



    public Manager() {
    super("John", "Smith", 55000, 1);
    }
    public double Pay( int weeks) {
  2. Re: Help with Client Code

    Thanks for the replys already, but I'm still really struggling with this code. With this code I'm trying to return employee info or pay info depending on the choice ( e or p) after the user enters...
  3. How to write switch statement inside if statement?

    My first problem is that I need to make a switch statement inside an 'if' statement. The second problem is in my code below.


    import java.util.Scanner;
    public class SalesCenter {

    ...
Results 1 to 3 of 3