Computer Science, asked by sweetykumarisingh30, 5 months ago

int d=12;system.out.println(d+d--+++d+d+--d) (1) 59 (2)54(3)60​

Answers

Answered by asthadixit05
0

Answer:

(1)59

Explanation:

d=12

ATQ

12+12+12+12+11=59.

  • Postfix (d--) ==>Will first print the before value then it will modify or calculate.
  • Prefix(--d) ==>Will first modify or calculate then it will print the value after calculation.

  • Plzzzz mark it brainliest.
  • And ya I can bet you this is the right answer.
Answered by Anonymous
4

Answer:

{ \huge\fbox \pink {A}\fbox \blue {N} \fbox \purple {S} \fbox \green{W} \fbox \red {E} \fbox \orange {R}}

  1. 59
Similar questions