0
Write a C++ program that accepts an integer number and prints the following: 1) Sum of even factors of the number
2) Sum of digits of the number. 3) “Prime” if the number is prime
1 Réponse
+ 2
Where's your attempt?
2) Sum of digits of the number. 3) “Prime” if the number is prime