@ -33,7 +33,7 @@ int getBalance(){
int userInput(){
int input;
scanf_s("%d", &input);
scanf("%d", &input);
return input;
}