Skip to content

Commit 2a814c9

Browse files
harshharsh
authored andcommitted
another change made used a-variable
1 parent e26d955 commit 2a814c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CCVT_Code_Distribute/src/com/rt/exceptionexamples/Exception1.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
class Exception1 {
44
public static void main(String args[]) {
55
int d = 0;
6-
int a = 42 / d;
6+
int a = 42 / d;
7+
System.out.println(a);
78
}
89
}

0 commit comments

Comments
 (0)