Saved Bookmarks
| 1. |
Evaluate the following1. 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» Answer: 4. -90 5. 1 Explanation: the VALUES of a and b haven't been given for the first three questions. |
|