Peroid class
The java.time.Period class represents a date-based amount of time in terms of years, months, and days. It is used to model calendar-based differences, like “2 years and 3 months” or “10 days”. Commonly Used Methods Simple Program Problem Statement LotusJavaPrince and Mahesh are building a loan management system for Sunrise Microfinance. The requirement is: When …