作业帮 > 综合 > 作业

C语言程序设计,Represent each of the following:a.x is greater than

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/05/23 16:40:20
C语言程序设计,
Represent each of the following:
a.x is greater than 5.
b.scanf() attempts to read a single double (called x).
c.x has the value 5.
d.x is not 5.
a x>5;
b scanf("%lf",&a);
c x==5;
d x!=5;
题目要求 写出表达式
再问: 不是,我想问这四个是一个程序的四个条件吗?可以用文字形容一下吗?
再答: 如果只是这一句题目的话 4个条件应该不相关吧