We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a file for the Distance converter calculator function
This function converts feet into inches, yards and miles.
input: feet : 100 output: 1200 inches. 33.33 yards. 0.02 miles
Guidelines for adding new functions are clearly mentioned in the contributing guidelines.
Screenshots of the output needs to be added along with the PRs for quicker merges.
If any queries, discuss it in the issue thread.
The text was updated successfully, but these errors were encountered:
can i do this?
Sorry, something went wrong.
shreyasd302
No branches or pull requests
Todo
Create a file for the Distance converter calculator function
This function converts feet into inches, yards and miles.
Example
input:
feet : 100
output:
1200 inches.
33.33 yards.
0.02 miles
Important
Guidelines for adding new functions are clearly mentioned in the contributing guidelines.
Screenshots of the output needs to be added along with the PRs for quicker merges.
If any queries, discuss it in the issue thread.
The text was updated successfully, but these errors were encountered: