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
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;
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