From c6de6ea96ecdbaaca3b5cbcade75fcfb92bc22c7 Mon Sep 17 00:00:00 2001 From: Abhishek Singh Date: Sat, 15 Aug 2026 23:20:14 +0530 Subject: [PATCH] Delete 03 Operators/operators.txt --- 03 Operators/operators.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 03 Operators/operators.txt 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