Computer Science 202
Introduction to Programming

Fall 2013, The College of Saint Rose

Lecture 10: Java Applications
Date: Thursday, September 26, 2013


Agenda

Lecture 10 Assignment

Due at the start of class, Tuesday, October 1.

Please submit answers to these questions in Submission Box under "LA10" by the start of our next class. We will discuss these questions at the start of class, so no late submissions are accepted. Please be sure that your name is clearly indicated in all submissions.

Write a Java application in a class AverageOf3 whose main method computes the average of 3 int values that you read from the keyboard. Submit only your file AverageOf3.java. (5 points)

Examples