java
Define a static variable custCount this contains the total count of customers. Create two instances of Customer object. Increment value of custCount and display its value after every increment. Access custCount using class name and object name.