@ -15,4 +15,8 @@ int choose_program() {
scanf("%d", &i);
return i;
}
int addThreeNumbers(int a, int b, int c) {
return a + b + c;