1) Write a C statements to calculate the following formula, where x, y, z are variables of type double. (Hint: Use sqrt( ) from the math library to calculate the square root, e.g, sqrt(9.0) returns 3.0)

a) x = + 4

b) x =

2) What major tasks are performed by a program to calculate a students overall GPA?