Style Requirements
Refer to the Java Coding Style Document in Doc Sharing.
Comments are required for all files including the driver.
Overall Requirements
Every phone number is broken up into sections as shown below:
Country Code
Area Code
Prefix
Line Number
1
919
882
5000
Write a program to separate out a phone number when it is given with colon’s separating the sections.
YourNameProg1.java
Your driver class should contain the following…
