Page 1 of 1

In java:

Posted: Tue Jul 12, 2022 8:16 am
by answerhappygod
In java:
In Java 1
In Java 1 (33.6 KiB) Viewed 16 times
-- of 5 points Question 1 Unlimited tries (Check SSN) 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. Sample Run 1 Enter a SSN: 232-23-5435 232-23-5435 is a valid social security number Sample Run 2 Enter a SSN: 23-23-5435 23-23-5435 is an invalid social security number Class Name: Exercise04_21 If you get a logical or runtime error, please refer https://liveexample.pearsoncmg.com/faq.html.