- 1
how to make repeated decimal become "..."
input = 0.998998998998 output = 0.998...
1 Antwort
0
check the numbers after the dot, if a pattern occurs, thats where you print out ... instead. i can make the code iyw
input = 0.998998998998 output = 0.998...