Question: Can i get this in C++ Write an application that calculates the quarterback (QB) NCAA passer rating for a given QB. The NCAA passing efficiency
Can i get this in C++

Write an application that calculates the quarterback (QB) NCAA passer rating for a given QB. The NCAA passing efficiency formula is similar to that of the NFL passer rating, but does not impose limits on the four components: Passer Rating_NCAA = (8.4 times YDS) + (330 times TD) + (100 times COMP) - (200 times INT)/ATT where ATT = Number of passing attempts COMP = Number of completions YDS = Passing yards TD = Touchdown passes INT = Interceptions Write a program to calculate the passer rating for the following quarterbacks: Your program should also present the user a menu. Based on what the user inputs, determines what statistics you will print
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
