import java.io.*; public class text { public static void main(String[] args) throws IOException { int a; String s; BufferedReader buf=new BufferedReader(new InputStreamReader(System.in)); System.out.print(" Enter the word:"); s=buf.readLine(); System.out.print(" "+s);
}
}
像輸入 Enter the word: apple The hidden word is *p *l *. 就是隨機隱藏你所輸入的英文 我現在只有輸入apple 會顯示apple 我要如何用加入隨機的東西 來隱藏他的英文字母 隱藏的字母以 * 號來隱藏
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
You are receiving this email because you subscribed to this feed at blogtrottr.com.