已知:a=2,b=3,x=3.9,y=2.3,计算算术表达式(float)(a+b)/2+(int)x%(int )y的值
题目
已知:a=2,b=3,x=3.9,y=2.3,计算算术表达式(float)(a+b)/2+(int)x%(int )y的值
要求用C语言来编写程序
答案
#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;
}
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
最新试题
热门考点
- What ever you do ,where ever you gou,.I will be right here waiting for you .
- 6月份的用水量相当于5月份的七分之十,谁是单位1的量?
- 设随机事件A与B相互独立,且P(A)=P(B)=1/3,则P(AUB)
- 10x-5(12-x)=90怎么算?
- 已知a>0且a不等于1,数列an是首项为a,公比也为a的等比数列,又知bn=an乘以lg(an) 当数列bn中每一项总小于它后面一项时,a的取值范围是?
- Thus all of them are bound together by affection ,and they find their home to be the cheeriest plac
- 赤道的线速度是多大?
- A取什么值是,代数式2分之一(A-3)值比2A+3的值大2?
- 在数轴上,点A表示的数到-1的距离为2009,则点A所表示的数是
- 已知三角形ABC中,AB=5,BC=6,AC=7,求tanB和tanC的值