@ -396,4 +396,6 @@ int subtraction(int a, int b) {
return a - b;
}
int multiplication(int a, int b) {
return a * b;