单项选择题

下列程序的输出结果是16.00,请在程序中填空。
    #include "stdio.h"
    main( )
    { 
        int a=9,b=2;
      float x=________ , y=1.1,z;
      z=a/2+b*x/y+1/2;
      printf("%5.2f", z );
    }

A.7.7
B.6.6
C.5.5
D.6.05
微信扫码免费搜题