8000 Exception 1 Commit #3 · Chhavi-97/Java_Programming_CCVT@87df4ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 87df4ee

Browse files
rtomarrtomar
rtomar
authored and
rtomar
committed
Exception 1 Commit ravitomar7#3
1 parent 45af697 commit 87df4ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.rt.exceptionexamples;
2+
3+
class Exception1 {
4+
public static void main(String args[]) {
5+
int d = 0;
6+
int a = 42 / d;
7+
}
8+
}

0 commit comments

Comments
 (0)
0