+ 1
Converting
Do you think it is possible to convert a real number into an integer with almost complete preservation of decimal places?
1 Resposta
+ 1
If you calculate the number (integer) digit by digit and just print out all of them one after another, you can do it.
Examples:
https://code.sololearn.com/c70NlpQokwmr/?ref=app
https://code.sololearn.com/cnCk4wRLTkS6/?ref=app