write the following integers in descending
order
i) -2, -3, -5
Answers
Answered by
0
Step-by-step explanation:
hlo mate here's your answer
Example:
int a = 8;
int b = 10;
boolean c = a < b;
Here, as a is less than b so the result of a < b is true. Hence, boolean variable c becomes true.
i hope its help you mark as brainlist ok
Similar questions