Question: need to create a program that will ask the user to enter a number, (n) Then it will ask the user that (n) number of
need to create a program that will ask the user to enter a number, (n) Then it will ask the user that (n) number of times, to enter a string. For every string entered: print out "It's {username} email" if the entered text is an email. Where username is the username taken from the email address, e..e@email.com = "It's username email"
Print out "It's a phone number with area code {areacode}" if the entered text is a phone number with the format: (111)111-1111 = "It's a phone number with area code 111" Print out "It's an address" if the entered text is an address. if nothing then print out "No match"
use regex and java to this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
