write a program that asks the user to input the number of seconds and then Express it in term of many minutes and seconds it contains
Answers
Answered by
4
enter the number int a
minutes=a/60, second=a%60
print minutes: seconds
Answered by
1
Answer:
hello aditya ji.where are u.
Similar questions