How i can to add a significant 0 to int?

Viewed 144

Help me, how to add a significant 0 to number variable (int, float, ecc)?

int s = 0; -> 00
int m = 0; -> 00
int h = 0; -> 00
5 Answers
Related