Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program main 0 that calls ( uses ) functions to do the following using C + + : Write a function that prints

Write a program main 0 that calls (uses) functions to do the following using C++ :
Write a function that prints a menu as follows"
1- Find sum of digits
2- last prime
If user presses 1: 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: 255
The sum of the digits of the number 255 is 12 Is not a prime number
If user presses 2: 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: 50
47 is the last prime number before 50
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

T F It is normal for people to hallucinate nightly. (p. 425)

Answered: 1 week ago