@ -16,3 +16,7 @@ int choose_program() {
return i;
}
int addThreeNumbers(int a, int b, int c) {
return a + b + c;