Ferny Canturini

Greenhorn
+ Follow
since Sep 17, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ferny Canturini

I have an assignment that requires me to create an array of three objects
Each Object has five varreables
I am supposed to ask the user to input the varreables and check them for right type and range. Then I am supposed to output the data back to the screen naming it object1 with its five varreables
object 2 with its five varreables
object 3 with its five varreables

all of this is supposed to be simplified by using the try-catch commands.
I am using the Java intro to computer science & programming third edition.
please help the newby?
19 years ago