Owl Sams Teach Yourself Java 2 in 21 Days Professional Reference Edition
/ YESTERDAY / TOMORROW

Day 6: Creating Classes

NOTES AND CORRECTIONS

  • Page 153: The INPUT example for the SumAverage program is incorrect -- there should be a space between each arguments. The correct INPUT should be the following:
    • Java SumAverage 1 2 3

SOURCE FILES

READER QUESTIONS

  • None