奥礼网
新记
怎么用vb编写连加程序,以s=∑(i+1)(2i+1) i的值为从一到十
如题所述
举报该文章
其他看法
第1个回答 2014-07-03
dimsasinteger;dimiasinteger;fori=1to10s=(i+1)*(2i+1)nextdebug.prints;本回答被提问者采纳
相似回答
大家正在搜
相关问题
vb怎样编写求和∑程序?
VB 连加题目
用vb编写程序,计算s=1+(1+2)+(1+2+3)+.....
用VB语言编写程序:求s=1-1/2+1/3-1/4+......
编写vb程序:s=1+1/2+2/3+3/5+… (30项)