Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: i need code for follwing program

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking i need code for follwing program

    eb bill program


  2. #2
    Member Kewish's Avatar
    Join Date
    Apr 2013
    Location
    Australia
    Posts
    116
    Thanks
    10
    Thanked 17 Times in 14 Posts

    Default Re: i need code for follwing program

    Top 10 thread. Would read again.

    Here is the code.
    public class YourAnswer {
        public static void main(String[] args) {
            boolean exit = false;
            while (!exit) {
                System.out.println("?");
            }
        }
    }

    Seriously though, lets start with this.
    Announcements - What's Wrong With My Code?

Similar Threads

  1. Replies: 0
    Last Post: May 23rd, 2013, 04:35 PM
  2. i need a code for this program
    By pilyo143 in forum Loops & Control Statements
    Replies: 2
    Last Post: October 9th, 2012, 06:51 AM
  3. Deitel's Java: How To Program code example
    By jjb1989 in forum Java Theory & Questions
    Replies: 0
    Last Post: June 6th, 2012, 03:11 PM
  4. Help merging program code with GUI code
    By Wilha in forum AWT / Java Swing
    Replies: 2
    Last Post: January 25th, 2012, 07:03 PM
  5. describe this program code by code ....
    By izzahmed in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 29th, 2011, 11:03 PM