Search:

Type: Posts; User: CrimsonFlash

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,671

    Re: 46: Unreachable Statement

    Alright, I have another questions, and thanks. I am calling the emp1.setRate from a different java class, and I want to know how to total all of the numbers that I input. Can you be of any assistance...
  2. Replies
    5
    Views
    1,671

    Re: 46: Unreachable Statement

    I want the if loop to end when I enter 0 for the amount of hours worked.
  3. Replies
    5
    Views
    1,671

    46: Unreachable Statement

    import java.util.Scanner;

    public class Quiz9
    {
    public static void main(String[] args)
    {
    Scanner kb = new Scanner(System.in);
    Utility util1 = new Utility();
    Payroll emp1 = new...
Results 1 to 3 of 3