To input a character, , the statement is: scanf("%c", &ch); . To input a string, , the statement is: scanf("%s", s); . To input a sentence, ...
確定! 回上一頁