英语怎么翻译成中文? 比如, i are you worth your weight in rho_百 ...
发布网友
发布时间:2024-10-04 06:25
我来回答
共2个回答
热心网友
时间:2024-10-10 11:35
你给的铑元素量足吗?或者是在问某一种商品中的铑元素含量是否达标。
C语言中常见。
例如:
#include <stdio.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);
/* 假设铑为每盎司770美元 */
/* 14.5833把常衡制的英镑转换为金衡制的盎司 */
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;
}
热心网友
时间:2024-10-10 11:35
额