❔ exercise without datetime
Write a program (without using DateTime) where the user can enter a time in a form
of two numbers, hours (0-23) and minutes (0-59). There, the user can enter a third number (i
minutes of unlimited size) to be added to the current time. The program will then
display the new time correctly in hh:mm format.
of two numbers, hours (0-23) and minutes (0-59). There, the user can enter a third number (i
minutes of unlimited size) to be added to the current time. The program will then
display the new time correctly in hh:mm format.