so what are some of the java operators? i have broken down the values as follows in this list
- assignment
- this is the most common operator
- ‘=’ equal
- ‘+’ addition
- ‘-‘ subtraction
- ‘*’ multiplication
- ‘/’ division
- ‘%’ modulist character
- the modulist character is used to give out reminder of a number
- ‘++’ add 1
- ‘–‘ subtract 1
- equality or relational
- ‘>’ greater than
- ‘<‘ less than
- ‘>=’ greater than or equal
- ‘<=’ less than or equal
- ‘instance of class’ membership
- ‘==’ equality sign
- ‘!’ reverse a Boolean value
- ‘!=’not equal
- mathematical
- conditional
- ‘&&’ also known as and double true
- ‘||’ double pipe either this or that
- ternary (short hand conditional)
I always had a passion for the field of STEM (Science, Technology, Engineering, and Math) and I knew I wanted to do something to make a difference in the world. I just didn’t know where to start. I was an immigrant in a new country, grew up in a tough environment, and wasn’t sure how… Read More