Question: Programming Exercise 2-11 Instructions Eggs.java + 1 import java . util . Scanner; 2 class Eggs { Meadowdale Dairy Farm sells organic brown eggs to

Programming Exercise 2-11 Instructions Eggs.java + 1 import java . util . Scanner; 2 class Eggs { Meadowdale Dairy Farm sells organic brown eggs to local 3 public static void main(String args) { customers. It charges $3.25 for a dozen eggs, or 45 cents for 4 / / Write your code here individual eggs that are not part of a dozen. Write a program 5 that prompts a user for the number of eggs in the order and 6 7 then display the amount owed with a full explanation using the following wording: You ordered 27 eggs. That's 2 dozen at $3.25 per dozen and 3 loose eggs at 45 cents each for a total of $7.85. Grading Write your Java code in the area on the right. Use the Run button to compile and run the code. Clicking the Run Checks button will run pre-configured tests against your code to calculate a grade. Once you are happy with your results, 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
