Varsha B

Varsha B

  • NA
  • 86
  • 68.4k

C#

Feb 17 2014 3:40 AM
I need to get a code where it should be of 7 numbers, if it is less than 7 then it should insert 0 at the start:
eg:
if(i=7)
1000001
i>7
A1234 --> 00A1234
How can i get output..?

Answers (3)