codinasion-archive / codinasion-monorepo

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

Write a F# program to convert feet to centimeters #4409

Closed RiteshK-611 closed 1 year ago

RiteshK-611 commented 1 year ago

Description

Write a F# program to convert feet to centimeters

1 feet = 30.48 centimeters

Input  : 5 
Output : 152.4
How to contribute ? - Save the solution in `ConvertFeetToCentimeters.fs` file - Add `ConvertFeetToCentimeters.swift` file in `program/convert-feet-to-centimeters` folder
codinasion-bot[bot] commented 1 year ago

👋🏻 Hey @RiteshK-611

💖 Thanks for opening this issue 💖

A team member should be by to give feedback soon.

harshraj8843 commented 1 year ago

Hey @RiteshK-611

Issue codinasion/codinasion#2198 already exists and has been contributed