Exercise 1 solution: #include <stdio.h> #include <stdlib.h>int main() { char letter, small, large; printf("Please input a small letter:"); scanf(" %c" ...
確定! 回上一頁