Question: Use C++ Assignment2b: string class version Write a C++ program that loops and asks the user to enter an alphanumeric phone number and converts it



Use C++
Assignment2b: string class version Write a C++ program that loops and asks the user to enter an alphanumeric phone number and converts it to a numeric one. Examples: 800-Beat-Cal ; 1-800. Got. Milk ; 898-IMask.up; 1(800)---got Milk Your program will have 3 files: phone1.h, phonel.c, and assignment2a_main.c. Include phone1.h in phone1.c and assignment2a_main.c. Submit your .c and .h files only; no zipped Files. Make use of the i3 functions in ctype.h like: isalnum, isalpha, isdigit, ispunct, isspace, tolower .. Follow the guidelines and solve using this method to learn functions. Means, you need to write the code for each given function. Do not change the int main(void) function. //File phone2.h #pragma once #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
