Answered step by step
Verified Expert Solution
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,
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 nextStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started