Hi all! Could you explain and help me? after i input "a" and then going to ask again, well it does not print the number. BTW, i am using turbo c for school purposes.
[code]
#include<stdio.h>
#include<conio.h>
int main()
{
clrscr();
char choice;
int c1=0;
printf("Enter the letter a:");
getchar();
scanf("%c",&choice);