Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3 . 2 raiseMyGrade Function Name: raiseMyGrade Input: ( double ) Score on Test 1 ( double ) Score on Test 2 ( double )
raiseMyGrade
Function Name: raiseMyGrade
Input:
double Score on Test
double Score on Test
double Score on Test
Output:
double The score needed on Test to have an average
logical Logical value indicating if the score can be a if the maximum for Test is a
Description:
Write a function called raiseMyGrade that takes in test scores and calculates the score needed on Test to have an overall average of Additionally, output a logical value indicating if given that the maximum value for Test is a an overall average of is possible.
Examples:
score raiseMyGrade
score
true
score raiseMyGrade
score
true
score raiseMyGrade
score
false
Step 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