You are going to create a race class, and inside that class it has a list of entrants to the race.   You are going to create the daily schedule of three or so races and populate the races with the jockey/horse entries and then print out the schedule.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

python programing:

 You are going to create a race class, and inside that class it has a list of entrants to the race.   You are going to create the daily schedule of three or so races and populate the races with the jockey/horse entries and then print out the schedule.

 

Create a race class that has

 

  1. The name of the race as a character string, ie “RACE 1” or “RACE 2”, 
  2. The time of the race
  3. A list of entries for that race

 

Create a list of of 3 (or 4) of those race objects(races) for the day

 

For the list of entries for a particular race, make a entrant class (the building block of your entrants list) you should have

 

  1. The horse name
  2. The jockey name

 

Now you need to

 

  1. Populate the structure (ie set up three races on the schedule, add 2-3 horses entries to each race.  You can hardcode the entries if you want to, rather than getting them from the user, just to save the time of making a menu interface and whatnot.
  2. Be able to print the days schedule

 

So example output would be

 

RACE 1 10:00 AM May 12, 2021

 

    Horse:  Misty Spirit

    Jockey: John Valazquez

 

    Horse: Frankly I’m kidding

    Jockey: Mike E Smith

    

RACE 2 11:00 AM May 12, 2021

 

     Horse: Rage against the Machine

     Jockey: Russell Baze

 

RACE 3 12:00 PM May 12, 2021

 

    Horse:  Secretariat

    Jockey: Bill Shoemaker

 

    Horse: Man o War

    Jockey: David A Gall

 

    Horse: Seabiscuit

    Jockey: Angel Cordero Jr

 

Hints:

 

  1. Make a race class, which has attributes 

     Race name - a string which is the name of the race

     Race time - the time of the race

     Race entrants - a list of the entrants to the race

 

     2 Make an entrant class, which has attributes

                Horse name - the name of the horse

                Jockey name - the name of the jockey

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Passing Array as Argument
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education