+ 3
Hello My dear friends,,i need your help..
Please write a C program to print all its trigonometric ratios if the value of an angle is inpui through the keyboard.
2 ответов
+ 5
Convert the angle into radians and use the cos and sin functions.You need to include math.h header file to use them.
+ 2
okk..thnks ..