#ifndef GET_CHOICE_
#define GET_CHOICE_

void getChoice(char &menuSelection);

#endif