Static
Static
o A non-static field CustomerName of type string to store the name of the customer.
o A non-static field UnitsConsumed of type int to store the number of units
consumed.
o A static field UnitRate of type double and assign it a default value of 5.5 (indicating
cost per unit).
o Create three instances of the ElectricityBill class.
o draw the memory representation
3. Create a class named WaterBill to represent the water consumption details of customers.