标题:[求助]
只看楼主
weizheng
Rank: 1
等 级:新手上路
威 望:2
帖 子:286
专家分:0
注 册:2005-4-21
 问题点数:0 回复次数:1 
[求助]
dim se as string
picture1.print tab(35);"九九乘法表"
picture1.print tab(35);"_________"
for i=1to 9
  for j=1to9
   se = i&"*"&j&"="&i*j
   picture1.print tab((j-1)*+1);se;
next j
end sub
怎样该为下三角形呢?
搜索更多相关主题的帖子: next 三角形 
2005-09-23 10:37
wangcnc2005
Rank: 1
等 级:新手上路
帖 子:15
专家分:0
注 册:2005-9-6
得分:0 
dim se as string
picture1.print tab(35);"九九乘法表"
picture1.print tab(35);"_________"
for i=1to 9
  for j=1toi
   se = i&"*"&j&"="&i*j
   picture1.print tab((j-1)*10+1);se
 next j
next i
end sub
2005-09-23 14:02



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-28451-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.521839 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved