Java
This is background information First, code this project. Write a
program that determines the change to be dispensed from a vending
machine. An item in the machine can cost between 25 cents and a
dollar, in 5-cent increments (25, 30, 35, ..., 90, 95, or 100) and
the machine only accepts a single dollar bill to pay for the item.
For example, a possible dialogue with the user might beEnter price
of item(from 25 cents to a dollar, in...