在VB中求(1^2+2^2+3^2+4^2+5^2+6^2+7^2+8^2+9^2+10^2)/10的代码要用for...next 语句

来源:学生作业学帮网 编辑:学帮网 时间:2024/06/09 08:22:28

在VB中求(1^2+2^2+3^2+4^2+5^2+6^2+7^2+8^2+9^2+10^2)/10的代码
要用for...next 语句

debug.print
(1^2+2^2+3^2+4^2+5^2+6^2+7^2+8^2+9^2+10^2)/10