+ 8
Challenge: Convert to fraction :)
Write a program (in any language that you like EXCEPT those that support fractions) that gets a number (decimal/integer, positive/negative/zero) from user, and outputs its fraction equivalent in lowest terms. Example: 1.25 = 5/4 -0.56 = -14/25 -7 = -7
8 odpowiedzi
+ 2
https://code.sololearn.com/cSm5T8FCkVR4/?ref=app
thats my try in java , firstly i was thinking can it be possible with java , then i tried and finally made it
+ 1
nice codes everyone :)) good job :))
0
https://code.sololearn.com/cj1GGspVrOl7/?ref=app
very short and simple
0
heres my new dose
check it out
https://www.sololearn.com/discuss/658245/?ref=app
- 1
Charan change device - jumping helps to focus(for me)
;)
- 1
Done. With fancy output :D
https://code.sololearn.com/WMBs7TOuriLW/#js