My code isn't allowing me to input a character after I input a number.



#include <stdio.h>
#include <string.h>
int main (void)
{
char choice;
int num;