Saved Bookmarks
| 1. |
If a, b and c are integer variables with the values a=8, b=3 and c=-5. Then what is the value of the arithmetic expression:2 * b + 3 *(a-c)(A) 45(B) 6(C) -16(D) -1 |
|
Answer» Correct option - (A) 45 Explanation:- the value of the arithmetic expression is 45 as 2*3+3*(8—5)=6+3*13=6+39=45 |
|