Computer Science, asked by patelvishva2007, 23 days ago

In java program if int a =20, b = 5, i = 8; then what will be the output for the following:
A. a % b [1]
B. a / b [1]
C. a++ [1]
D. --b [1]
E. ++i * 8 [2]
F. b * --a [2]
G. a + ++a

Answers

Answered by bhumilokhande532
0

answer

I think so answers

explanation -

a + ++a

Similar questions