Search:

Type: Posts; User: m7abraham

Search: Search took 0.13 seconds.

  1. Replies
    19
    Views
    1,655

    Re: Help with returning variable from method

    thank you soo soo much both of you
    and sorry for my stupidity or confusion


    //Calculates the pay, after taxes for an employee
    //Mikhail Abraham
    //Last Edited Date: 9/12/2012

    import...
  2. Replies
    19
    Views
    1,655

    Re: Help with returning variable from method

    sorry for being a pain. i think i got it now



    import java.util.*;



    public class PayCalculator
  3. Replies
    19
    Views
    1,655

    Re: Help with returning variable from method

    so is there more than one thing that im doing wrong?
    or its just one things that im missing?
  4. Replies
    19
    Views
    1,655

    Re: Help with returning variable from method

    when I compile and execute I get this


    run:
    Enter the total hours worked for the week:
    34
    Enter the pay rate:
    4
    Exception in thread "main" java.lang.StackOverflowError
    at...
  5. Replies
    19
    Views
    1,655

    Re: Help with returning variable from method

    Sorry im just soo confused at this moment
    does this look kinda closer to the solution?


    import java.util.*;



    public class PayCalculator
  6. Replies
    19
    Views
    1,655

    Re: Help with returning variable from method

    am I on the right track?! :/



    import java.util.*;



    public class PayCalculator
  7. Replies
    19
    Views
    1,655

    Re: Help with returning variable from method

    thanks fir the help
    im more of a visual learner haha so it might take me a bit to get it...sorry
    anyways i did this:



    import java.util.*;

    public class PayCalculator{
  8. Replies
    19
    Views
    1,655

    Re: Help with returning variable from method

    ok so I did one adjustment but im still stuck
    [code]

    import java.util.*;

    public class PayCalculator{

    final static double OT_START = 40;
    final static double OT_ADJUST = 0.5;
    final...
  9. Replies
    19
    Views
    1,655

    Re: Help with returning variable from method

    yes! thanks
    i'm working on it now... ill post back when i get done
    thanks again
  10. Replies
    19
    Views
    1,655

    Re: Help with returning variable from method

    ok thanks :)
    and sorry this is my first post hehe ill get it edited
  11. Replies
    19
    Views
    1,655

    Help with returning variable from method

    //Calculates the pay, after taxes for an employee


    import java.util.*;

    public class PayCalculator{

    final static double OT_START = 40;
    final static double OT_ADJUST = 0.5;
    final static...
Results 1 to 11 of 11