Saved Bookmarks
| 1. |
If a=5,b=9 calculate the value of a=a++ + ++b+a |
|
Answer» QUESTION:- if a=5,B=9 calculate the VALUE of a=a+b+a Answer:- a + b+ a = 19 Explanation:- Given that:- a = 5 b = 9 We should find the value of a+b+a a = 5,b = 9 Substitute the values:- 5 + 9 + 5 = 19 THEREFORE, value of a + b+ a = 19 |
|