Search:

Type: Posts; User: j4ze

Search: Search took 0.15 seconds.

  1. Replies
    4
    Views
    1,428

    Re: Creating method to change money?

    When changing my method from

    to

    Eclipse gives me an error, that my return type is missing. Seems that i must have a return statement somewhere.

    Right now i cant seem to get the method...
  2. Replies
    4
    Views
    1,428

    Creating method to change money?

    Im writing a method that must take an integer (amount) as input and return a number of denominations for that amount.

    Ex.
    I have the denominations: 100, 50, 20, 10, 5, 1

    I call my method with...
Results 1 to 2 of 2