Question: java need done ASAP Do this to get 100%: Create a program that asks the user for an integer and then displays the ones, tens,

java need done ASAP
Do this to get 100%: Create a program that asks the user for an integer and then displays the ones, tens, and hundreds digit of the number. Enter an integer: 123 show (W)hole number. show (0) nes digit. show (T)ens digit. show (H) undreds digit. (A) ssistance (Quit Enter your choice: h The hundreds digit is: 1 The Main class should handle all input/output. A DigitExtractor class should be made to store the number, and isolate each of the ones, tens, and hundreds digits. A DigitExtractor object should be used to return each digit, the whole number, and the Assistance message. show (W) hole number. show (0) nes digit. show (T)ens digit. show (H) undreds digit. (A) ssistance Quit Enter your choice: a The DigitExtractor must be given 3 digits! The whole number must be returned using toString(). Output must look like that shown on the right. show (W) hole number. show (0) nes digit. show (T)ens digit. show (H) undreds digit. (A)ssistance Quit Enter your choice: q 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
