Skip to content

Commit 45b65de

Browse files
authored
Update Calculator.java
1 parent 677b720 commit 45b65de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Calculator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public static void main(String[] args) {
44
Scanner sc = new Scanner(System.in);
55
System.out.println("========================================");
66

7-
System.out.println("\t 🧮JAVA CALCULATOR ");
7+
System.out.println("\t JAVA CALCULATOR ");
88

99
System.out.println("========================================");
1010
System.out.println(" Choose the Mathematical Operations that you want to use for your numbers:");
@@ -135,3 +135,4 @@ else if(xy == 5){
135135

136136
}
137137

138+

0 commit comments

Comments
 (0)