Question
create a Netbeans application which will ask the user their name and their income. The application will then ask if the user would like their
create a Netbeans application which will ask the user their name and their income. The application will then ask if the user would like their responses repeated back to them. If they type \"Y\", they should see their output. If they type anything else, they should see the message: \"Goodbye.\" An example of the program is below. Output is inred, example user input is ingreenfor clarification. (You won't be outputting and inputting in different colors.) Enter your name:Dave Enter your income:120000 Would you like your responses repeated back to you? \"Y\" is yes:Y Your name is Dave. Your income is 120000.
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