diff --git a/03 Operators/operators.txt b/03 Operators/operators.txt deleted file mode 100644 index 859b545..0000000 --- a/03 Operators/operators.txt +++ /dev/null @@ -1,12 +0,0 @@ -Operator in Java is a symbol that is used to perform operations. For example: +, -, *, / etc. - -There are many types of operators in Java which are given below: - -1. Unary Operator, -2. Arithmetic Operator, -3. Shift Operator, -4. Relational Operator, -5. Bitwise Operator, -6. Logical Operator, -7. Ternary Operator and -8. Assignment Operator. \ No newline at end of file