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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started