Answer:
The output of the following question:
The new price is 22.5
Explanation:
When you execute that java program, Firstly, the program will ask for "Enter the price " after input the price 25 as per the question, than it ask "Enter the discount rate " after input the discount rate, after that the program shows an output after calculating the formula which is "(price - price * (discount / 100.0))",