Results 1 to 3 of 3
Thread: a certain output
- 07-25-2012, 07:14 PM #1
Member
- Join Date
- Jul 2012
- Posts
- 1
- Rep Power
- 0
- 07-25-2012, 07:18 PM #2
Student
- Join Date
- Jul 2012
- Location
- United States
- Posts
- 328
- Rep Power
- 1
Re: a certain output
I'm sorry, but this isn't a place to ask for code. If you need help with while and if statements, I can direct you to these tutorials: The if-then and if-then-else Statements (The Java™ Tutorials > Learning the Java Language > Language Basics) + The while and do-while Statements (The Java™ Tutorials > Learning the Java Language > Language Basics)
Judging from your question, you will probably find this helpful as well: The for Statement (The Java™ Tutorials > Learning the Java Language > Language Basics)"Success is not final, failure is not fatal: it is the courage to continue that counts." - Winston Churchill
- 07-25-2012, 07:52 PM #3
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,386
- Blog Entries
- 7
- Rep Power
- 17
Re: a certain output
There is no one-to-one correspondence between the output of a program and the code that produced it, so asking for the code doesn't make sense; here, this code has it all:
... but I doubt you had this in mind.Java Code:if (true) while (true) { System.out.println("0-1-2-3-4-5-6-7-8-9"); break; }
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
Similar Threads
-
XSLT | disable-output-escaping adding a new line to the output
By smarty_m2002 in forum Advanced JavaReplies: 2Last Post: 05-03-2012, 11:39 AM -
how to get the resultset output into an output file
By renu in forum New To JavaReplies: 0Last Post: 09-30-2010, 08:16 PM -
output
By yrollgayanth in forum New To JavaReplies: 5Last Post: 12-30-2009, 05:05 PM -
Java, output string, getting correct output? HELP!
By computerboyo in forum New To JavaReplies: 2Last Post: 02-25-2009, 11:44 PM -
how to c the output
By pro85 in forum Java AppletsReplies: 1Last Post: 02-11-2009, 09:09 AM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks