#include<stdio.h>
int main()
{
int i;
char ch_lower,ch_upper;
for(i=1;i<=6;i++)
{
scanf("%c",&ch_lower)
if(ch_lower>='a'&&ch_lower<='z')
ch_upper=ch_lower-'a'+'A';
printf("%c->%c->%d\n",ch_lower,ch_upper,ch=ch_upper%10);
}
return 0;
}
相关文章
- 12-217-113 单词长度 (15分)
- 12-21使用grep精确匹配一个单词
- 12-21139. 单词拆分
- 12-21字符串题目:最后一个单词的长度
- 12-21字符串题目:字符串中的单词数
- 12-2191词典中最长的单词(720)
- 12-21单词计数——软件工程第2次作业
- 12-21【字符串】557. 反转字符串中的单词 III
- 12-21前端常用单词 听写
- 12-21106运用SWITCH语句打印星期几的单词