project created
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.ap;
|
||||
|
||||
public interface Calculator {
|
||||
int add(int a, int b);
|
||||
int subtract(int a, int b);
|
||||
int multiply(int a, int b);
|
||||
}
|
||||
Reference in New Issue
Block a user