One way I like to do it:
do {
scanf("%d", &options);
switch (options)
{
case 1 :
{
sumIntegers ();
break;
}