Write a function named "get_angle" that calculates the angle between the hour and minute hands in "degrees" using the hour and minute values sent as parameters and returns it. The prototype of the function is as follows:
int get_angle(int hour, int minute);