永发信息网

C语言基础编程

答案:1  悬赏:0  手机版
解决时间 2021-11-08 16:24
  • 提问者网友:末路
  • 2021-11-07 22:00
C语言基础编程
最佳答案
  • 五星知识达人网友:梦中风几里
  • 2021-11-07 22:15

#include
main()
{
    int a,b;
    printf("Enter two intergers, and I will tell you
");
    printf("the relationshils they sctisfy:
");
    scanf("%d %d",&a,&b);
    if(a==b)printf("%d is equal to %d
",a,b);
    if(a!=b)printf("%d is not equal to %d
",a,b);
    if(a ",a,b);
    if(a>b) printf("%d is greater than %d
",a,b);
    if(a<=b)printf("%d is less than or equeal to %d
",a,b);
    if(a>=b)printf("%d is greater than or equeal to %d
",a,b);
}如图所示,望采纳。。。。。。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯