hi, i have to collect a user input for two different dates ranging ( 1 january2000 to 31 december 2050) i want to collec
Posted: Fri Jul 08, 2022 6:16 am
hi, i have to collect a user input for two different datesranging ( 1 january2000 to 31 december 2050) i want to collect theuser input in the form of days, months and then year. in totalthere would be 6 prompts for user input for day1, month1, year1,day2, month2, day2, can you guys make a simple loop for it sothat the user cant enter any number beyond this range? it should bein a java program.