Search:

Type: Posts; User: Arkeshen

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,605

    Compiling Error?

    I can't compile my code...I think I know how to fix it, but I don't know the exact details.


    Here's what I think
    You go to Control Panel, Then System, Advanced, Then Enviroment Variables.
    ...
  2. Replies
    10
    Views
    25,313

    Re: How do I loop a switch Statement?

    It's compiles with no syntax errors, but it's still givng me an infinite loop where when I put in a 1, 2, 3, or any number other not 4 it outputs either "Good Job!" or "Parameter Error". So I...
  3. Replies
    10
    Views
    25,313

    Re: How do I loop a switch Statement?

    Can you elaborate?
  4. Replies
    10
    Views
    25,313

    How do I loop a switch Statement?

    How do I loop a switch Statement?
    I need to loop it so that when a user inputs a 1, 2, 3, or anything other than a 4 it restarts, and when the user types in a 4 the program terminates.


    import...
  5. Replies
    3
    Views
    2,561

    Re: Is this what my exercise want?

    ----jGRASP exec: javac -g Commission.java

    ----jGRASP: operation complete.


    ----jGRASP exec: java Commission

    Total Sales Commission this Term: 31011.625
    Today's Sales Commission: 320.12
  6. Replies
    3
    Views
    2,561

    Is this what my exercise want?

    Exercise:
    Create a Class named Commission that includes three Variables: a double sales figure, a double commission rate, and an int commission rate. Create two overloaded methods named...
  7. Replies
    3
    Views
    2,862

    Re: How would I write this in Java?

    Like What would I need to write it my self....I'm don't under stand what I read but what I see, I under stand it when I see the code but can't begin writing it when I Read what needs to be done to...
  8. Replies
    3
    Views
    2,862

    How would I write this in Java?

    Create a class named TestInvoice whose Main() method declares Three Invoice items. Create a method that prompts the user for and accepts values for the item number, name, quantity, and price for each...
Results 1 to 8 of 8