当键盘输入”3”的时候,以下程序的输出结果是:
R=input(“请输入半径:”)
Ar=3.1415*r*r
Print(“{:.0f}”.format(ar))(5.0分)
A.28 B.29 C.28.27 D.Type Error正确答案D
当键盘输入”3”的时候,以下程序的输出结果是:
R=input(“请输入半径:”)
Ar=3.1415*r*r
Print(“{:.0f}”.format(ar))(5.0分)
A.28 B.29 C.28.27 D.Type Error正确答案D