Question: JAVA PROGRAMMING: (6 points) Write a program that prompts the user to enter a Social Security number in the format DDD-DD-DDDD, where D is a
JAVA PROGRAMMING:

(6 points) Write a program that prompts the user to enter a Social Security number in the format DDD-DD-DDDD, where D is a digit. Your program should check whether the input is valid. Here are sample runs: Enter a SSN: 232-23-5435 Enter 232-23-5435 is a valid social security number Enter a SSN: 23-23-5435 Enter 23-23-5435 is an invalid social security number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
