Computer Science, asked by shwetaarorapentagon, 5 months ago

There are 60 seconds in 1 minute and 60 minutes in 1 hour, then write a

program to calculate how many seconds will be there in 21 hours?​

Answers

Answered by agarwaltannu475
1

Answer:

in 21 hours

1hr=60minutes

21*60minutes

1minute=60seconds

21*60*60=75600 seconds

Explanation:

Thus 21 hrs have 75600seconds

mark me brainlist

Answered by jai696
1

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

print("Seconds:", (h := float(input("hours: "))) * 3600)

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions