#include <stdio.h> #include <math.h> int main() { int n = 90; printf("%f\n", sin(n)); return 0; }
0.893997
Previous Question Next Question
Your comments will be displayed only after manual approval.