填空题

将下面的程序填写完整,如要计算1+2……+10,请完成下面的程序,其中,s是单精度类型的变量。 Dim × as Integer,s as Single s=O For X=1 to 10 s=【15】

【参考答案】

s+x