@ -100,6 +100,12 @@ int main() {
result = cosine(angle);
printf("Cosine of %.2lf degrees: %lf\n", angle, result);
break;
case 13:
printf("Enter angle in degrees: ");
scanf("%lf", &angle);
result = tangent(angle);
printf("Tangent of %.2lf degrees: %lf\n", angle, result);
case :
printf("Exiting...\n");