hi, i have to collect a user input for two different dates ranging ( 1 january,2000 to december 2050) i want to collect
Posted: Fri Jul 08, 2022 6:16 am
hi, i have to collect a user input for two different datesranging ( 1 january,2000 to 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 for loop for it ? itshould be in a java program.