Skip to content
#

decrement

Here are 3 public repositories matching this topic...

The -- operator decrements its single operand by one. When used in prefix mode, it decrements the operand and evaluates to the decremented value of that operand. When used in postfix mode, it decrements its operand, but evaluates to the value of that operand before it was decremented.

  • Updated Apr 12, 2023
  • Java

Improve this page

Add a description, image, and links to the decrement topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the decrement topic, visit your repo's landing page and select "manage topics."

Learn more