Skip to content

Commit ef02aaf

Browse files
authored
Update Calculator.java
1 parent aa9435b commit ef02aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Calculator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class Calculator implements ActionListener{
1515
Font myFont = new Font("Ink Free",Font.BOLD,30);
1616
double num1=0,num2=0,result=0;
1717
char operator;
18+
1819
Calculator(){
1920

2021
frame = new JFrame("Calculator");

0 commit comments

Comments
 (0)