posted 12 years ago
Just when I think I am starting to get this stuff . . . I get stuck again. (please help)
I am writing a program that has a user enter their first name, last name, year of birth. Then I am trying to output their age, create a random amount of years in the future, and calculate their future age.
I have most of the beginning working so far. . . but now I am stuck between creating the random array of int years (future years) and calculating that result with a primitive type int.
Here is the code I have so far . . .
Thank you in advance for any assistance you can provide me!
RB