A. c語言編程問題:從鍵盤上輸入一個字元串按照以下規則對其加密。
#include<stdio.h>intmain(){ inti=0; charstring[50]; gets(string); puts(string); while(string[i]!='