Owl Sams Teach Yourself Java 2 in 21 Days

Day 6: Creating Classes

NOTES AND CORRECTIONS

  • On Page 151, the example output of the SumAverage application is shown without providing the command line arguments to use when running the program. To produce the example output, compile SumAverage and enter the following at a command prompt:
    • java SumAverage 1 2 3

SOURCE FILES

READER QUESTIONS

  • None

LINKS

  • None