Basics Java
Operators In Java
Arithmetic Operator
example: -,+,/,*,%-----------/ gives quotient, % gives remainder
Relation Operator----output is always boolean ie true or false
<,>,<=,>=,==,!=
logical Operator
or-- ||, and -- &&, not -- !
Conditional Stateme...
jeevanjava.hashnode.dev1 min read