How should this switch statement be correctly rapped into a do while loop? I need the switch statement to loop until the user selects a correct option.



scanf("%d", &options);

switch...