6 lines
187 B
Text
6 lines
187 B
Text
;Task:
|
|
Express a number in decimal as a fixed-length string with leading zeros.
|
|
|
|
|
|
For example, the number '''7.125''' could be expressed as '''00007.125'''.
|
|
<br><br>
|