codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 167 forks source link

Write a Julia program to convert minutes to weeks #808

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 2 years ago

Description

Write a Julia program to convert minutes to weeks

1 week = 7 days = 168 hours = 10080 minutes

Input  : 50400
Output : 5
How to contribute - Save the solution in `convert-minutes-to-weeks.jl` file - Add `convert-minutes-to-weeks.jl` file in `convert-minutes-to-weeks` folder
RiteshK-611 commented 1 year ago

!assign

RiteshK-611 commented 1 year ago

Hey @harshraj8843 Please close this issue as it's been solved. Here is the file link for this issue Minutes to Weeks in Julia

Also there is one more such issue: Write a Julia program to convert seconds to days codinasion/codinasion#2687

harshraj8843 commented 1 year ago

Hey @RiteshK-611

Thanks for noticing this 👍🏻