Introduction - If you have any usage issues, please Google them yourself
1. Write a Datetime class, which can input, display and modify dates (year, month, day) and time (hours, minutes, seconds). The program file is named Exe3_1. java.
3. Designing a class system that can describe geometric shapes such as point, line, circle, rectangle and triangle. It can calculate the circumference and area of different shapes (if it can be defined). The program file is named Exe3_3. java.