RosettaCodeData/Task/Formatted-numeric-output/00-TASK.txt

8 lines
188 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;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>