Skip to content

Commit

Permalink
Merge pull request #455 from AwanishKS/main
Browse files Browse the repository at this point in the history
added sum method
  • Loading branch information
Ayushparikh-code authored Sep 17, 2024
2 parents 9665c7d + 6babe23 commit c6e6c81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions aaa/check.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
public class check {
int x=5;
int y=10;

public int sum(){
return x+y;
}
}

0 comments on commit c6e6c81

Please sign in to comment.