C语言编程问题。不知道我的程序哪里有问题,求各位大大指点。

2025-06-23 03:38:55
推荐回答(1个)
回答1:

printf("Please input the first word£o");
scanf("%c",&first);
getchar();    //增加这一行,后面的getchar()都不需要了
switch(first)