Class Assignment # 5B

Classes and Objects

Due Date Monday, May 10, 2004

Task:

This is a repetition of Lab Assignment 1, but this time you will be using an Object Oriented development to complete the task.

Write a Java program that will do the following:

* ask the user to input their name and age;

* ask the user to input the current year;

* determine the user's age in year 2050;

* display their name, their current age and their age in 2050;
   
Note that your output should make sense

  Rubric

Documentation Standards                                    / 4

Class definition                                                   / 4

Construction of Methods  to Access members         / 6

Client class definition                                           / 3

Completion of Task                                               / 3

Hosted by www.Geocities.ws

1