Computer Science, asked by seturastogi, 10 months ago

write a program using prefix in java​

Answers

Answered by lisaRohan
1

Explanation:

Increment and decrement operators are used to update a variable to a new value. Both these operators have two forms each: prefix and postfix. In prefix form, the operand appears before the operand while in post fix form, the operand appears after the operand.

Similar questions