Crosswords0 min ago
Visual Basic Or Java: What Source Code Will I Use To Convert An Input Decimal Value Into Its Fractional Value?
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! :)
Thank you! :)
Answers
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.eho w.com/h ow_6556 174_con vert-fr actions -decima ls.html
http:// www.che ckmarx. com
"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://
http://
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.