Question: Create a function that will accept the three sides of a triangle (a, b, c) as scalar values, calculate the angles that correspond to these sides (alpha, beta, gamma), and return these angles to the function call in the script file.
The angles should be calculated in degrees. (hint: the law of cosines may be very useful)
Prepare a function that evaluates the angle to correspond sides. Use the c programming language to prepare this program.