Question: Use C++ Milk Assignment2a: Arrays of char version Write a C++ program that loops and asks the user to enter an alphanumeric phone number and



Use C++
Milk Assignment2a: Arrays of char 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 Your program will have 3 files: phonel.h, phone1.c, and assignment2a_main.c. Include phone1.h in phone1.c and assignment2a_main.c. Submit your *.c and in files only; no zipped files. Make use of the is 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 phonel.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
