Skip to content
New issue

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

Confused by Project 'Conversion Tool' #1

Open
ksdpmx opened this issue Oct 9, 2013 · 2 comments
Open

Confused by Project 'Conversion Tool' #1

ksdpmx opened this issue Oct 9, 2013 · 2 comments

Comments

@ksdpmx
Copy link

ksdpmx commented Oct 9, 2013

Here is a piece of the answer in Project 'Conversion Tool'.

else if (from == 'kilograms') {
    unit[0] = n * 2.2; // lb
    unit[1] = n * 35.27; // oz
}

I wonder whether it is neccessary for the answer to calculate the number 35.27. Maybe unit[1] = n / 0.45 * 16?

Thanks.

@Silone1
Copy link

Silone1 commented Nov 13, 2013

Um...What are you all doing, what laungue is this going to be an what is it for? I want to help

@ksdpmx
Copy link
Author

ksdpmx commented Nov 13, 2013

I was talking about Learnstreet page. It's a project of js. A month ago I was confused by the answer just as what I wrote:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants