0
/ 1.0
Given an input integer x for a math function defined by y = 3*(x^2) + 5 (three multiplied by the square of x plus five). The variable y...
Given an input integer x for a math function defined by y = 3*(x^2) + 5 (three multiplied by the square of x plus five). The variable y is called the output of this function for a given x. You need to calculate and return y for a given x.
Your feedback will appear here when you check your answer.