Write a program that reads a value representing an angle (in radians), and prints the difference between its sine and cosine.
Do not round the result.
Write a program that reads a value representing an angle (in radians), and prints the difference between its sine and cosine.
Do not round the result.
Sample Input 1:
1.96Sample Output 1:
1.3046632855763227Create a free account to access the full topic