Question { 3556 }
write a program which asks the user for a digit INTEGER and
outputs show in 5 digit .
example user enter :89 and output should be 00089
Answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Question { 3413 }
Write a program which asks user for digit and output as 5
digit number (prefix as 0).
example : 89 o/p should be 00089
Answer
| Is This Answer Correct ? | 0 Yes | 1 No |