Computer Science, asked by garimachandra90, 6 months ago

Q2. Evaluate following java expressions.

a. 15%6 b. 12+7/2-(2+1)*2 c. 6==(10-4) d. 7>5 && (5!=3)



SPAM ANSWERS WILL BE REPORTED ANSWER ONLY WHEN U KNOW OTHERWISE NO NEED TO!!! ​

Answers

Answered by ROCKYCEO
0

Answer:

Explanation:

, relational, logical, increment ... #include <stdio.h> int main() { int a ; int b ; a = 2 ; b = 9 ; printf ( "Value of b/a is : %d\n" ... you have used more than one operator in an expression e.g.- 2*5%6/2 , then ... If two operators are of same priority, then evaluation starts from left or right as ...

Similar questions