This program will take the raw scores on the new S.A.T., convert these scores to their equivalent old test scores, and output the results. On the new S.A.T. there are three sections: Verbal, Writing, and Math. Each section is worth 800 points (therefore, the maximum point total is 1600). Besides y0our main function, you will need a function where the user of the program initializes the variables for each new section of the SAT. Meaning, you need three variables to hold the earned score for each of the parts on the new SAT (Verbal, Writing, Math). You also need another function that takes the scores on the new SAT and converts it to an equivalent total value on the old SAT. For example, if one scored a total of 1800 on the new SAT, what is the equivalent total score on the old SAT? Your last function will print out your results.
Please help me
Please help me

Comment