codinasion-archive / codinasion-monorepo

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

Write a Julia program to convert seconds to days #2687

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 1 year ago

Description

Write a Julia program to convert seconds to days

1 day = 24 hours = 1440 minutes = 86400 seconds

Input  : 432000
Output : 5
How to contribute - Save the solution in `program/convert-seconds-to-days.jl` file - Add `convert-seconds-to-days.jl` file in `convert-seconds-to-days` 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 Seconds to Days in Julia

Also there is one more such issue: Write a Julia program to convert minutes to weeks codinasion/codinasion#808

harshraj8843 commented 1 year ago

Hey @RiteshK-611

Thanks for noticing this 👍🏻