[Solved]Create Java Program Uses Methods Main Method Program Must Prompt User Social Security Numb Q37300258
Create a Java program that uses methods. In the main method, theprogram must prompt the user for a Social Security Number in thefollowing format: DDD-DD-DDDD, where D is a digit. The program mustcall a method called “validate” that must receive the inputted SSNfrom the main method and decide whether the inputted number isvalid and return the decision to the main method. Then, the mainmethod must print the decision.
Expert Answer
Answer to Create a Java program that uses methods. In the main method, the program must prompt the user for a Social Security Numb… . . .
OR

