Why Choose Us?
0% AI Guarantee
Human-written only.
24/7 Support
Anytime, anywhere.
Plagiarism Free
100% Original.
Expert Tutors
Masters & PhDs.
100% Confidential
Your privacy matters.
On-Time Delivery
Never miss a deadline.
Create a project and name the source file final followed by your initials final-fd
Create a project and name the source file final followed by your initials
final-fd.cpp
Write a program that does the following functions
void displayMenu()to print the menu
1 to add two items
2 to subtract two numbers
3 to multiple two numbers
4 to divide two numbers
5 to get average of 5 numbers
6 to format a phone number
X to exit
Gets a menu selection that does the following
Char getSelection();
Uses a do while loop and switch to get and validate the selection
Prints and error message is user inputs a wrong selection
Make sure to use toupper()
Use switch
Functions
Int getPosNumber();
Used to get a positive number
The number should be input using getline string and coverted to an integer
using stoi
Use getPosNumber()to get all number
int sum();
int difference();
int product();
double quotient();
double average();
string getPhoneNumber()
gets a 10 digit phonenumber using getline
string formatPhone()
formats the 10 digit string to (xxx)-xxx-xxx
use string insert to format
Expert Solution
Need this Answer?
This solution is not in the archive yet. Hire an expert to solve it for you.





