Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C# only Write a program that tracks bakers in a timed competition. Your program will keep track of the times in three events: Prepping, Baking,

C# only

Write a program that tracks bakers in a timed competition. Your program will keep track of the times in three events: Prepping, Baking, and Decorating. Then calculate the winner for bakers from Detroit and the bakers from Seattle based on the total lowest score of each event. Each event has a max time of 90 minutes.

-Create a class called Baker that holds the gender, first name, last name, and number of the baker.

-Create three separate classes for each event: Prepping, Baking, and Decorating. Each should hold time as a double.Classes should have static data members of 90 minutes.

-Compare the Bakers time for each event to the static data member. If the bakers time exceeds the 90 minutes, output a message that they are disqualified.

-Get the data for each of the bakers and write it to a file.

-Calculate the lowest total score for bakers from Detroit and the bakers from Seattle.

-Output the winner from Detroit and the winner from Seattles names, time for each event, and total time.

-Display a sorted list of all Detroit bakers with their last name and total time.

-Display a sorted list of all Seattle bakers with their last name and total time

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sybase Database Administrators Handbook

Authors: Brian Hitchcock

1st Edition

0133574776, 978-0133574777

More Books

Students also viewed these Databases questions

Question

Describe a persuasive message.

Answered: 1 week ago