填空题

选择程序中的输入输出语句,以满足题目给定的输入输出数据形式。 main() {int a;float b; 【11】 【12】 } 输入形式:3.52<空格>6<回车> 输出形式:a*b=21.12

【参考答案】

[11]scanf("%f<空格>%d",&b,&a);