For the first I am delving into the realm of formatting numbers. Basically I have a number that will from 0 to 60 and need to add a leading zero to it if less than 10. Output would be like: 01 or 07, etc. The number is stored in a decimal (due to previous math done to it). Ultimately it will end up in a string.
Appreciate any thoughts.
Appreciate any thoughts.