write a program using prefix in java
Answers
Answered by
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