Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 觉得自己好笨 (String 类中不能用-这个符号)
wslss007





发贴: 35
积分: 0
于 2005-10-17 21:33 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
设计一段程序,显示如下:
××××××××××
×××××××××
××××××××
×××××××
××××××
×××××
××××
×××
××
×

我用for语句了,可当写到str1=str1-*时,却显示类中不能用-这个符号,这么简单的编程都不会,好笨的我。


why edited on 2005-10-17 21:48

作者 Re:觉得自己好笨 [Re:wslss007]
bluecrystal





发贴: 2788991
积分: 48
于 2005-10-17 21:41 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list

public class Test
{
public static void main(String args[])
{
int max = 8;
for(int i=max; i>0; i--) {
for(int j=0; j<i; j++) {
System.out.print("x");
}
System.out.print("\r\n");
}
}
}


输出结果:

D:\temp>java Test
xxxxxxxx
xxxxxxx
xxxxxx
xxxxx
xxxx
xxx
xx
x


不要灰心,努力学些就好,关键是要独立思考
Smile



Just Software & Travel
-- 我的blog -- 技术点滴/经验分享
作者 Re:觉得自己好笨 (String 类中不能用-这个符号) [Re:wslss007]
wslss007





发贴: 35
积分: 0
于 2005-10-18 22:18 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
嗯,谢谢斑竹的鼓励,我会努力的。


作者 Re:觉得自己好笨 (String 类中不能用-这个符号) [Re:wslss007]
q_yuan





发贴: 174
积分: 3
于 2005-10-19 21:34 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
*是一个STRING字符,你的STR1是INT型的,不能这样相运算的!
用for(){SYSTEM.out.print("*");}



作者 Re:觉得自己好笨 [Re:bluecrystal]
sonewboy





发贴: 1
积分: 0
于 2005-10-21 20:24 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
bluecrystal wrote:

public class Test
{
public static void main(String args[])
{
int max = 8;
for(int i=max; i>0; i--) {
for(int j=0; j<i; j++) {
System.out.print("x");


版主,请问"int max = 8"可不可以不要?直接for (int i=8...



作者 Re:觉得自己好笨 (String 类中不能用-这个符号) [Re:wslss007]
Jcat

熊猫的猫



发贴: 266
积分: 16
于 2005-10-21 21:29 user profilesend a private message to usersend email to Jcatsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
替繁忙的版主回答了:当然可以,就像第二层for的j=0一样


编程,游泳,睡觉--SleepingCat
作者 Re:觉得自己好笨 (String 类中不能用-这个符号) [Re:wslss007]
megyi21





发贴: 7
积分: 0
于 2005-10-22 19:26 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
版主辛苦了!



flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923