问答题

改错题:本程序对进行计算,直至的值小于10-6止。

错误:()
改正:()

【参考答案】

错误:int i=0,num;改正:int i=0;float num;或者float i=0,num;