Update src/test.java

This commit is contained in:
Vengkry OENG 2024-05-01 15:24:19 +02:00
parent 64b4c85ac6
commit 7cd9497844
1 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,12 @@
public class test {
public int x;
public int y;
public double add(x_given,y_given){
int x_given = x;
int y_given = y;
return x+y;
}
}