Computer Science, asked by najimndsardar, 1 month ago

explain incerment opperators and raditional operations of java​

Answers

Answered by ssk305805
4

Answer:

Increment (++) and decrement (—) operators in Java programming let you easily add 1 to, or subtract 1 from, a variable. For example, using increment operators, you can add 1 to a variable named a like this: a++; An expression that uses an increment or decrement operator is a statement itself.

Similar questions