Find the value of a in this snippet in java where:
a = 8, b= -5, c=3.
a*=b-- + ++c%a*b/2 – --b
Answers
Answered by
1
Answer:
The sin() function returns the sine of an argument (angle in radians). It is defined in math.h header file. The return value of sin() lies between 1 and -1.
...
Example: C sin() function
#include <stdio.h>
#include <math.h>
int main()
{
double x;
Similar questions
English,
7 months ago
Social Sciences,
7 months ago
Science,
1 year ago
Math,
1 year ago
Math,
1 year ago