@@ -41,11 +41,13 @@ int main(int argc, char *argv[])
case'Y':
if(i>2){
printf("%d: 'Y'\n",i);
}else{
printf("%d: 'Y' isn't a vowel this time\n",i);
}
break;
default:
printf("%d: %c is not a vowel\n",i,letter);
printf("%d: '%c' is not a vowel\n",i,letter);
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.