Search:

Type: Posts; User: Niceout

Search: Search took 0.14 seconds.

  1. Replies
    7
    Views
    831

    Re: Need help using interfaces

    Ok so the Measurable interface is supposed to make the code resuable. The book has the method in the interface named "getMeasure" so that is the purpose of it. The measure method is measuring the...
  2. Replies
    7
    Views
    831

    Re: Need help using interfaces

    So the point of the Measurable interface is to make the code reusable. The idea being that you could place a bank account class, coin class, quiz class, ect... (in place of the quiz class) and it...
  3. Replies
    7
    Views
    831

    Re: Need help using interfaces

    The program works this is the output:
    0.784
    0.98

    I just need to figure out how to get the letter grade into the output through the dataset. The exact instructions are as follows: Define a...
  4. Replies
    7
    Views
    831

    Need help using interfaces

    The instructions for this program are to find a way to make it display both the letter grade and the score but I have no idea how to do it without completely defeating the point of the interface. If...
Results 1 to 4 of 4