The code should take as input a persons first name last


Question: For the discussion, create unique code that does at least the following:

1) The code should take as input a person's first name, last name, 6 digit ID number, phone number, and date of birth. The code should tell the User that the phone number format should be xxx-xxx-xxxx.

2) The code should validate that the ID contains only digits and is exactly six digits. If it is valid, the code should note that it is valid and it should continue to the next steps noted below. If not valid, it should ask the User to re-enter a proper ID and then it should check it again, and continue to the next steps below.

3) The code should print the number of letters in the Users first name.

4) The code should print the phone number with "." rather than dashes.

5) The code should print the Users birth month as a String.

(Include the code and the .exe)

Write your own code :)

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: The code should take as input a persons first name last
Reference No:- TGS02363441

Now Priced at $10 (50% Discount)

Recommended (99%)

Rated (4.3/5)