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
Documentation
Standards
/ 4
Class definition / 4
Construction of Methods to Access members / 6
Client class definition
/ 3Completion of Task / 3