Skip to content

Commit 39b2469

Browse files
authored
reverted button value.
i reverted button value back to original.
1 parent c6635f7 commit 39b2469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simplejavacalculator/UI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class UI implements ActionListener {
3737
private final Calculator calc;
3838

3939
private final String[] buttonValue = { "0", "1", "2", "3", "4", "5", "6",
40-
"7", "8", "9", "10" };
40+
"7", "8", "9"};
4141

4242
public UI() {
4343
frame = new JFrame("Calculator PH");

0 commit comments

Comments
 (0)