文章详情
时间:2010-07-02 来源:hnrainll
#include <stdio.h> #include <stdlib.h> #include <ctype.h> int main(int argc, char *argv[]) { char ch; printf("Please enter some text (input a point to quit).\n"); do{ ch = getchar(); if(islower(ch)) ch = toupper(ch); else ch = tolower(ch); putchar(ch); }while(ch != '.'); system("pause"); return 0; }
辰域智控app
网医联盟app
汇丰汇选App
1970-01-01