Saved Bookmarks
| 1. |
Evaluate the following 1. Z=a+++ b+++ + ++a + ++b + ++d2. p= a++ + b++ - ++a + ++b + c++3.q=++a - ++b +c++ + ++b4.Math.min (799,-90)5.Math.max (1,-6000)Please answer |
|
Answer» ong>Answer: 4. -90 5. 1 Explanation: the values of a and b haven't been GIVEN for the FIRST three questions. |
|