Question: Question #2: (7 Points) Write a C++ program that accepts an integer number and prints the following: 1) Sum of even factors of the number
Question #2: (7 Points) Write a C++ program that accepts an integer number and prints the following: 1) Sum of even factors of the number if the number more than 99 2) Sum of digits of the mumber if the first bit in binary representation is 1. 3) The next prime if the number is not prime. Note: Solve this question without defining or using any function apart from the main function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
