Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~10K People Reached
Favorite Forums
Favorite Tags
java x 3

2 Posted Topics

Member Avatar for Kunai9292

I am doing this exact question and I don't know where I am going wrong. someone please help asap!!!! import javax.swing.JOptionPane; public class SquareAge { public static void main (String [] args) { } int MAX_LIFE_EXPECTANCY = 123; int startYear = 2012; { int age =1; for (age=0; age<=MAX_LIFE_EXPECTANCY; age++); …

Member Avatar for TylerD75
0
9K
Member Avatar for javaCONFUSEDDD

// Given that no person has ever lived longer than 123 years (and assuming that no one ever will), write a Java application that will determine if it is possible that anyone who is alive today is, has ever been, or will ever be alive in a year that is …

Member Avatar for TylerD75
0
727

The End.