Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 255 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 255 Bytes

FractionConverter

This program converts user-inputted decimals to fractions reduced to simplest form. Press 'exit' to exit. Enter a decimal to begin.

Sample inputs:

0.75
6.68
1.456

Corresponding outputs:

3/4
167/25
182/125