In Java please.
The inverse of inputVolume is 1 / inputVolume. The following program intends to read a value from input, compute the inverse of the value, and output the inverse, but the code contains errors. Find and fix the errors.
Ex: If the input is 0.200, then the output is:
The inverse of volume = 1 / 0.200 = 5.000