Computer Science, asked by rekhaoswal35, 3 months ago

algorithm to convert hours into minutes
plz plz plz answer fasr its urgent​

Answers

Answered by sanjaykumarhjp75
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
Math, 1 month ago