Write A Program That Prompts The User For
Write A Program That Prompts The User For
An employee name
The program should output the information provided plus the following:
1. Objects for the Scanner and NumberFormat classes (you will need to use the
getCurrencyInstance and getPercentInstance)
1. An employee name
You can create additional variables to store the calculated values or you can embed your calculated
results in the output. (Tip: Creating additional variables can make it a little easier to debug if
corrections are to be made.)
3. Comments to indicate:
(You can add as many additional comments as you like, but the ones indicated below are
the minimum.)