共有回帖数 0 个
-
#include studio.h
int main (void)
{
float weight;
float value;
printf("Are you worth your weight in rhodium?n");
printf("Let's check it out.n");
printf("Please enter your weight in pounds: ");
scanf("%f",&weight);
value= 770 * weight * 14.5833;
printf("Your weight in rhodium is worth $%.2f.n".value);
printf("You are easily worth that! If rhodium prices drop.n");
printf("eat more to maintain your value.n");
return 0;
}
哪里是写错了吗? 运行提示文件已过时 或者不存在。
楼主 2015-08-21 17:48 回复
Copyright © 2010~2015 直线网 版权所有,All Rights Reserved.沪ICP备10039589号
意见反馈 |
关于直线 |
版权声明 |
会员须知