Computer Science, asked by anangelgaming, 9 days ago

Write an algorithm and draw a flow chart to convert hours into minutes using the formula Min= H × 60 , where Min is minutes and H is hours​

Answers

Answered by AaravChhabra3008
0

HELLO THERE!

Here's your Algorithm to convert hours into minutes:

Basic Formula is: 1 hour = 60 minutes.

Step 1: Start.

Step 2: Accept the time in hours from the user.

Step 3: Multiply the time in hours by 60.

Step 4: Display the result obtained.

Step 5: Stop.

HOPE MY ANSWER IS SATISFACTORY..

Thanks!

Similar questions