We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677b720 commit 45b65deCopy full SHA for 45b65de
1 file changed
Calculator.java
@@ -4,7 +4,7 @@ public static void main(String[] args) {
4
Scanner sc = new Scanner(System.in);
5
System.out.println("========================================");
6
7
- System.out.println("\t 🧮JAVA CALCULATOR ");
+ System.out.println("\t JAVA CALCULATOR ");
8
9
10
System.out.println(" Choose the Mathematical Operations that you want to use for your numbers:");
@@ -135,3 +135,4 @@ else if(xy == 5){
135
136
}
137
138
+
0 commit comments