Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

JAVA During a football game, players generate a number of statistics. The kind of statistic is usually determined by the position they play. For example,

image text in transcribed

JAVA

During a football game, players generate a number of statistics. The kind of statistic is usually determined by the position they play. For example, a quarterback collects touchdowns (TD), total yards (Yards), interceptions (INT), completions (comp) and number of passes attempted (ATT). While all of the stats are important, just knowing the value of one or two of them for a given player is meaningless. A quarterback with a high completion ratio (comp/att) doesn't mean much if they score only 3 touchdowns for the season. A balanced approach is the quarterback rating. The OB rating uses all five of those stats to create a weighted scorecard. The formula can be found here: http://en.wikipedia.org/wiki/Passer_rating Your task: Create a java program The program will prompt the user for input for each of the five stats The program will calculate the QB rating. Use Carson Wentz as an example http://www.pro-football-reference.com/players/W/WentCa00.htm Create the program, export to a .zip file (don't submit compiled code). Please make sure to post your code to a new GitHub project and give me the link to the project in the next

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

Semantics In Databases Second International Workshop Dagstuhl Castle Germany January 2001 Revised Papers Lncs 2582

Authors: Leopoldo Bertossi ,Gyula O.H. Katona ,Klaus-Dieter Schewe ,Bernhard Thalheim

2003rd Edition

3540009574, 978-3540009573

More Books

Students also viewed these Databases questions

Question

Have roles been defined and assigned?

Answered: 1 week ago