algorithm to convert hours into minutes
plz plz plz answer fasr its urgent
Answers
Answered by
2
Explanation:
Given an integer n which is the number of hours, the task is to convert it into minutes and seconds.
Examples:
Input: 5
Output: Minutes = 300, Seconds = 18000
Input: 2
Output: Minutes = 120, Seconds = 7200
Similar questions