tobiascitlaly8047 tobiascitlaly8047 01-06-2023 Computers and Technology contestada Write a class for parking meters that has the following specification. class ParkingMeter { final int maxTime; float rate; int time; public ParkingMeter(int maxTime, int rate); public void addQuarter()