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.
2 parents 9665c7d + 6babe23 commit c6e6c81Copy full SHA for c6e6c81
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