You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//The function accepts 3 integers ‘a’,’b’,and ‘c’ as its arguments implement the function to evaluate the quadratic a^2+a^2+c^2+2*a*b+2*b*c+2*a*c and return the same.