C#:
How would I get this format with a user input number:
Student ID Number (6 digits, leading 0s must remain — 000043 isvalid).
So that only 6 digits are allowed and the leading zeros arecalculated based on their input?
Thank you for the help!
Expert Answer
An answer will be send to you shortly. . . . .