0
Write a program to take time in hours and minutes to the equivalent total minutes
2 Antworten
+ 6
declare hours
declare minutes
input hours
input minutes
minutes += (hours * 60);
print minutes
0
@Hatsy rei can you please so me the full
code to make this program. I am interested in it
🙏please 🙏