#include <stdio.h> int main(void) { char x; char y; char z; //input printf("Enter 3 character values: "); scanf ("%c%c%c", &x, &y, &z); ...
確定! 回上一頁