Analyze the following program segment and answer the following questions: { char a = 'A', b = 'a'; int c = a++ + b; }} (i) What value is stored in 'c' after the method gets executed? (ii) What is the value stored in 'a' after the execution of the method?
Answers
Answered by
0
Explanation:
Is this Maths or computer science
Similar questions