Question: Programming Exercise 2-9 x + Instructions Eggsinteractive.cs >_ Terminal + Modify the Eggs program you wrote in Exercise 8 and create a new program named

Programming Exercise 2-9 x + Instructions Eggsinteractive.cs >_ Terminal + Modify the Eggs program you wrote in Exercise 8 and create a new program named Eggsinteractive that prompts the user for and accepts a number of eggs for each chicken. 1 using System; 2 using static System.Console; 3 class Eggs 4 { 5 static void Main() 6 { 7 // Your code here 8 ] 9) 10 Sum the eggs input, then display the total in dozens and eggs. For example, if the input was 30, 40, 35, 22, the output would be 127 eggs is 10 dozen and 7 eggs. Grading When you have completed your program, click the Submit button to record your score
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
