a. Write a program named Eggs that declares four variables to hold the number of eggs produced in a month by each of four chickens, and assign a value to each variable. Sum the eggs, then display the total in dozens and eggs. For example, a total of 127 eggs is 10 dozen and 7 eggs.
b. Modify the Eggs program to create a new one named Eggs Interactive that prompts the user for and accepts a number of eggs for each chicken.
Must be written in JAVA!