Skip to content

Commit

Permalink
create unused exception
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanushiya-sc-20228 committed Feb 14, 2023
1 parent dd8491e commit 722e942
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/action/ErrorClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
public class ErrorClass {
public static void main(String arg[]) {
Scanner sc = new Scanner(System.in);
int hello = 1;
int a = sc.nextInt();
if(a == 10) {
System.out.println(10);
Expand Down
Binary file modified target/classes/com/action/ErrorClass.class
Binary file not shown.

0 comments on commit 722e942

Please sign in to comment.