include<stdio.h> main ( float g; h; float tax, rate; g = e21 tax = rate*g; )
#include<stdio.h> int main(void) { float g,h; float tax,rate; rate = 0.08; g = 1.0e5; tax = rate*g; h = g + tax; printf("You owe $%f in taxes for a total of $%f.\n",g,tax,h); return 0; }
#include<stdio.h> int main() { float g,h; float tax, rate; g = 1e21; tax = rate*g; h = tax; return 0; }
这道题你会答吗?花几分钟告诉大家答案吧!
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题