In JAVA; The program must use a pop-up dialogue box to get the users responses.
Use a dialog box to ask the user to input the following. (You will need to convert this from a string to an integer.)? How many apples are on hand
? How many apples should be in stock
? How many oranges are on hand
? How many oranges should be in stock
- Perform an operation to determine how many of each item should be ordered to maintain the stock.
- Use a dialog box to output the number of apples and oranges that need to be ordered.