| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 333 人关注过本帖
标题:java 问题求助
只看楼主 加入收藏
patricknb
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2007-9-21
收藏
 问题点数:0 回复次数:0 
java 问题求助

我是新人,刚刚开始学java。现在在做 hangman game
我中文表达的可能不太好,我现在在滑铁卢大学学computer science,一些java 中文的术语不太清楚。。。希望大家能明白我说的意思就行。~

想问一下高手,
假设我输入了一个字母 String n = a ;
System.out.println ("The letter "+ n + " occurs at the following locations in the word: " + comp.whereIsLetterInWord(n));
String theWordis = comp.whereIsLetterInWord(n);
System.out.println ("The word is: " + theWordis );

输出:

Enter a letter: a
The letter 'a' occurs at the following locations in the word: _____a__
The word is: _____a__

这个是没有问题的,但是如果我再输入一个r的话
输出:
Enter a letter: r
The letter 'a' occurs at the following locations in the word: __r_____
The word is: __r_____

我如何让我输入r之后显示如下:

Enter a letter: r
The letter 'r' occurs at the following locations in the word: __r_____
The word is: __r__a__

搜索更多相关主题的帖子: java 
2007-10-04 00:46
快速回复:java 问题求助
数据加载中...
 
   



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

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