We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b591985 commit 6babe23Copy full SHA for 6babe23
aaa/check.java
@@ -0,0 +1,8 @@
1
+public class check {
2
+ int x=5;
3
+ int y=10;
4
+
5
+ public int sum(){
6
+ return x+y;
7
+ }
8
+}
0 commit comments