[51] Write a class called Phone Number. The class should have the following string data members, areaCode, exchange, and

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

[51] Write a class called Phone Number. The class should have the following string data members, areaCode, exchange, and

Post by answerhappygod »

51 Write A Class Called Phone Number The Class Should Have The Following String Data Members Areacode Exchange And 1
51 Write A Class Called Phone Number The Class Should Have The Following String Data Members Areacode Exchange And 1 (89.76 KiB) Viewed 55 times
[51] Write a class called Phone Number. The class should have the following string data members, areaCode, exchange, and lineNum. The class will have to overload the >> operator. a) Input the entire phone number into an array. Test that the proper number of characters has been entered. There should be a total of 14 characters read for the phone number of the form (800) 555-1212. b) The area code and the exchange do not begin with o or 1. c) The middle digit of an area code is limited to o or 1. d) e) The area code should be surrounded by parenthesis and there is a dash between the exchange and the line. There should be only one space between the area code and the exchange If none of the above operations results in an exception, copy the parts of the phone number into the Phone Number object's data members. If there is an exception, throw an exception, catch the exception, display each error and ask the user to enter another phone number. Write a main program to test your class and use the following sample input file: (877) 123-4567 (808) 123-4567 (101) 555-0111 (809) 123-9990 809 123 9999 (606) 555-1212 (000) 000-0000 nothing wrong with this number Make sure you upload.h, .cpp and a screen print of the output. No output, no grade.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply