Computer Science, asked by hermoinegranger7, 1 year ago

IF YOU ARE A PERFECT CODER AND IS GOOD IN COMPUTER ONLY THEN ANSWER..... (S. O.Pln means System . out . println )

Attachments:

Answers

Answered by nitish8089
0
ur answer and explanation also in code:

Topic used:

Post-Increment : Value is first used for computing the result and then incremented.

Pre-Increment : Value is incremented first and then result is computed.


for more:

Increment and decrement operators are widely used in controlling loops. These operators provide a more convent and compact way of increasing or decreasing the value of a variable by one. For instance the statement x=x+1; can be simplified to x++; or ++x; 
Attachments:
Similar questions