Search:

Type: Posts; User: DougFane

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    1,605

    Re: Easy Java Problem

    No, that doesn't fit with the programs specifications and we want to avoid providing fully executable code. Your example only provides the average for 3 numbers (granted, it works for as many 3...
  2. Replies
    9
    Views
    1,605

    Re: Easy Java Problem

    It sounds like you need to learn about arrays. Using an ArrayList, you can add items to an object array (you have to wrap the grades in an integer object wrapper) and then average them all at the...
Results 1 to 2 of 2