If a = 8, find the value of a = a – ( ++a + a++ + 4 );
Answers
Answered by
0
Answer:
If a=8;find the value of a=++a +a+++4 . 2. See answers. Log in to ... a = 8. a = ++ a + a +++ 4. a = ++ 8 + 8 +++ 4. a =. +20.
Answered by
3
Answer:
let me tell you the answer. this will be the correct answer . I hope it will help you
Explanation:
a = a - ( ++a + a++ + 4 );
= 8 - ( 9 + 9 + 4) ;
= -14
Similar questions