Question: Write a program which asks the user to enter a six-digit number and print a new number by adding 1 to each of its digits.

Write a program which asks the user to enter a six-digit number and print a new number by adding 1 to each of its digits. For example, if the number entered is 393201, the output should be displayed as 404312. Make your display as professional as possible. You are only allowed to use basic arithmetic operations in C to accomplish this task. IF-ELSE, Nested IFs etc. are not allowed.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!