标题:虽是小白问题,但请顺手解决。。。
取消只看楼主
newvcer
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2011-10-11
 问题点数:0 回复次数:1 
虽是小白问题,但请顺手解决。。。
1楼

#include<stdio.h>
main()
{
int a,b,c;
int d,e;
printf("Please input three char:");
scanf("%c%c%c",&a,&b,&c);
d=a-b;
e=b-c;
if((d=-1)&&(e=-1))
{
printf("The letters are adjacent with each other.\n");
}
else
{
printf("The letters are not adjacent with each other.\n");
}
system("pause");
}
目标是判断字符相邻 如abc而非aBc
想用asc码相减得出,
但不知如何在存入三个字符后转化为asc码。。。
目前不管如何都输出"The letters are adjacent with each other."
谢谢大家
搜索更多相关主题的帖子: 如何 目标 letters system three 
2011-10-12 20:41
newvcer
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2011-10-11
得分:0 
好吧。。。我二了。。
if后边用=赋值了。。。
这问题犯过好几次了。。。
我反省。。。
2011-10-12 20:47



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-352236-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.104845 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved