The problem
Use this formula as a guideline for the following problems:
seconds in a week = number seconds in a minute * number of minutes in a hour * the number of hours in a day * number of days in a week
Output all the variables.
- How many seconds are in a week?
- How many seconds are there in a year?
- If your birthday is 33 days away, how many minutes to you need to wait?
- If your birthday is 42 days away, how many seconds do you need to wait?
- If your birthday is 342 days away, how many minutes has it been since your last birthday?
HINT: you will need to do the formula in steps!
Print PDF
Topics
3. Math
Languages
1. Any