3
Answers

C#

Varsha B

Varsha B

10y
777
1
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)