parent
6e6e298ca2
commit
99f3e86ddb
@ -0,0 +1,7 @@
|
||||
package small_computer;
|
||||
|
||||
public class Addition {
|
||||
public static float add(float a, float b){
|
||||
return a+b;
|
||||
}
|
||||
}
|
Loading…
Reference in new issue