Computer Science, asked by pchourasia1405, 9 months ago

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 Anonymous
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