Question: c++ programming 1. An integer n is divisible by 9 if the sum of its digits is divisible by 9. Develop a program to display
c++ programming

1. An integer n is divisible by 9 if the sum of its digits is divisible by 9. Develop a program to display each digit, starting with the rightmost digit. Your program should also determine whether or not the number is divisible by 9. Test it on the following numbers: n 154368 n 621594 n123456
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
