Open the NetBeans IDE and create a new project named MyChoices.java. Your program will be interacting with a user named Paul, and it should do the following:
Ask the user to enter his name.
In a personalized statement, ask the user if they like county music.
If the user answers yes, output three recommended songs titles, each on its own line.
If the user answers no, output the personalized statement “Thanks for visiting, [username]!”
End the program.