Donate SIGN UP

Visual Basic Or Java: What Source Code Will I Use To Convert An Input Decimal Value Into Its Fractional Value?

Avatar Image
SHANELB | 13:05 Sun 24th Feb 2013 | Jobs & Education
3 Answers
Please help me make a source code using Visual Basic or Java that will convert an input decimal value into its fractional value. Any other programming languages will do as long as it will generate the desired output.

Thank you! :)
Gravatar

Answers

1 to 3 of 3rss feed

Best Answer

No best answer has yet been selected by SHANELB. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
-- answer removed --
-- answer removed --
I think this is something that you should research and do with yourself. I think this is much easier to do with VB though. By the way I've got this idea from another site in Google.
"The simplest way to convert decimals to fractions is to first divide the number by 1 and then proceed to multiply both numbers by 100. ( Example: .50/1 x100) This will make your number a fraction and then you can simply divide both number by 25. ( Example: 50/100 x 25= 1/2"
http://www.ehow.com/how_6556174_convert-fractions-decimals.html
http://www.checkmarx.com

1 to 3 of 3rss feed

Do you know the answer?

Visual Basic Or Java: What Source Code Will I Use To Convert An Input Decimal Value Into Its Fractional Value?

Answer Question >>

Related Questions

Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.