Saved Bookmarks
| 1. |
If a=3 and b=3 what is the value of C=++a +-- b -a ++ |
|
Answer» c=1 will be the answer. given that, a=3 and B=3 c=++a + --b - a++ c=3+3-5 c=6-5 c=1 I hope it will BENEFIT you. please LIKE me at least. |
|