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
Ranked #55.0K
2 Posted Topics
Re: 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++); … | |
// 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 … |
The End.