UOP PRG420 Week 5 Discussion Latest

PRG420 Java Programming I
Week 5 Discussion
Comparisons of Time and Date
This week's supporting activity asks you to create a simple Java™ app that identifies and displays information about the current date, time, and day of week.
If you were not able to complete the Supporting Activity, "Working with Dates," successfully, post the problems you are having with the code. What compiler error appears? If your code compiles, what incorrect output appears?
If you were able to complete the Supporting Activity, "Working with Dates," successfully, help your classmates who are having difficulties.
Research and discuss how you could add to the supporting activity's code by including this comparison:
If today's date is later than January 1, 1980, display "Today is later than January 1, 1980" on the console.
If today's date is earlier than January 1, 2020, display "Today is earlier than January 1, 2020" on the console.
What Java™ methods would you use to code these new requirements?
If you get one or both of these comparisons to work, post the code for your classmates to see.
Supporting Activity: 3 Biggest Challenges
In your opinion, what are the three biggest challenges in planning and designing a solution for a programming problem? What can you do to overcome these challenges? How would you apply these techniques to the programs in this class?

-
Rating:
5/
Solution: UOP PRG420 Week 5 Discussion Latest