public class Loops { public static void main(String [] args) throws Throwable { loop: while (true) { for (int i = 0; i < 100; i++) { int c = System.in.read(); if (c == 'x') { continue loop; } else if (c == 'y') { break loop; } else { System.out.print((char)c); //System.out.flush(); } } System.out.println(">"); } System.out.println(); } }
Wednesday, 15 August 2012
java
public class Loops { public static void main(String [] args) throws Throwable { loop: while (true) { for (int i = 0; i < 100; i++) { int c = System.in.read(); if (c == 'x') { continue loop; } else if (c == 'y') { break loop; } else { System.out.print((char)c); //System.out.flush(); } } System.out.println(">"); } System.out.println(); } }
Saturday, 11 August 2012
your own web create to download platform IIs7...
link: http://www.iis.net/download/administrationpack
link: http://www.iis.net/download/administrationpack
page
This create a computer technology in modern world.
The technology day will focus on our most developer and tools.Android,Chrome ,Maps, Web master. Link:="www.easyhomepage.com"
Subscribe to:
Posts (Atom)