Question: Write a program main 0 that calls ( uses ) functions to do the following using C + + : Write a function that prints
Write a program main that calls uses functions to do the following using :
Write a function that prints a menu as follows"
Find sum of digits
last prime
If user presses : the program should compute the sum of the digits of an integer using function and check if the summation is prime number or not.
Example: Input any number:
The sum of the digits of the number is Is not a prime number
If user presses : The program should find the last prime number occur before the entered number.
Example:
Input a number to find the last prime number occurs before the number: is the last prime number before
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
