+ 1
Could someone help me please to make a program in C++ ?
Make a program that shows all numbers from 2 digits that divides with the sum,and product of its digits.
3 Answers
+ 3
Create functions to determine sum & product of digits in a number. create a for loop from 10 to 99 & if your condition is true, cout the number.
By the way, I didn't understand what you meant by 'divides with the ... '
+ 1
sorry if I made a mistake,i mean that the program needs to show me the numbers that divide by sum and product of its own digits
+ 1
thanks for help