Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

in python code please A college team's BCS football ranking is comprised of three elements: 1) the Harris Poll score, 2) the Coaches Poll score,

image text in transcribed

in python code please

A college team's BCS football ranking is comprised of three elements: 1) the Harris Poll score, 2) the Coaches Poll score, and 3) a computer ranking. Each of these counts as one-third of the final BCS ranking. The Harris Poll score is obtained by dividing the Harris Poll ranking by 2,850, which is the max imum number of points any team can receive if all 114 voting members rank the same team as number 1 The Coaches Poll score is obtained by dividing the Coaches Poll ranking by 1,475, which is the maximum number of points any team can receive if all 59 voting members rank the same team as number 1 however, that it falls between 0 and Write a program to calculate BCS scores for college football teams. Prompt a user for a team's Harris Poll ranking (an integer between 1 and 2,850), its team's Coaches Poll ranking (an integer between 1 and 1,475), and its computer ranking (a float between 0 and 1). Your program should include: A function calc_harris.score () that calculates the Harris Poll score from the Harris Poll ranking

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

Beginning ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

More Books

Students also viewed these Databases questions