【单选题】Given the following program, when the data 3.6 2.4 is keyed in, the printed output is( ) #include #include main() { float x, y, Z; scanf(“%f%f”, &x,&y) z=x/y; while(l) { if(fabs(z) > 1.0) {x=y; y...
【简答题】The following code is used to output the value i and value x like the following picture, wirte one statment in the blank. #include
void main(){
int i = 10;
float x = 5.5;
// wri...