@ -19,4 +19,8 @@ int choose_program() {
int addThreeNumbers(int a, int b, int c) {
return a + b + c;
}
int multiply(int h, int g) {
return h * g;