题目
已知:a=2,b=3,x=3.9,y=2.3,计算算术表达式(float)(a+b)/2+(int)x%(int )y的值
要求用C语言来编写程序
要求用C语言来编写程序
提问时间:2020-10-13
答案
#include
int main()
{
int a=2,b=3,x=3.9,y=2.3;
float result;
result = (float)(a+b)/2+(int)x%(int)y;
printf("%f",result);
getchar();
return 0;
}
int main()
{
int a=2,b=3,x=3.9,y=2.3;
float result;
result = (float)(a+b)/2+(int)x%(int)y;
printf("%f",result);
getchar();
return 0;
}
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
最新试题
热门考点
- 1What ever you do ,where ever you gou,.I will be right here waiting for you .
- 26月份的用水量相当于5月份的七分之十,谁是单位1的量?
- 3设随机事件A与B相互独立,且P(A)=P(B)=1/3,则P(AUB)
- 410x-5(12-x)=90怎么算?
- 5已知a>0且a不等于1,数列an是首项为a,公比也为a的等比数列,又知bn=an乘以lg(an) 当数列bn中每一项总小于它后面一项时,a的取值范围是?
- 6Thus all of them are bound together by affection ,and they find their home to be the cheeriest plac
- 7赤道的线速度是多大?
- 8A取什么值是,代数式2分之一(A-3)值比2A+3的值大2?
- 9在数轴上,点A表示的数到-1的距离为2009,则点A所表示的数是
- 10已知三角形ABC中,AB=5,BC=6,AC=7,求tanB和tanC的值