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 3 of 3

Thread: Boolean

  1. #1
    Junior Member
    Join Date
    Sep 2014
    Posts
    1
    My Mood
    Amazed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Boolean

    Hello sirs/mam
    i just want to ask how to make a program that determines the highest value out of the inputted numbers please give me an example thanks in advance


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Boolean

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    Interesting thread title. Please give your threads meaningful titles, somehow related to the topic of your post.

    As for your request, no we can't give you examples. If you were to search on your own, you might find several topics in this forum or on the 'net that have covered this problem, IF their authors gave their threads meaningful titles.

    For working it through yourself, write down the steps you'd follow if you had to pick the card with the highest value of 10 cards handed to you. After you've written down those steps in plain language, see if you can think of and write down Java program statements that do those things. Once you've done all that, put the Java statements into a basic but correct program structure (class, main() method, etc.) and come back, post that code (correctly, per the above link) and ask specific questions that will help you move forward.

  3. #3
    Junior Member
    Join Date
    Sep 2014
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Boolean

    interner if full of those examples like yours just google

Similar Threads

  1. boolean
    By mussita in forum What's Wrong With My Code?
    Replies: 13
    Last Post: April 17th, 2013, 07:40 PM
  2. Boolean help
    By dx2731 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: April 3rd, 2013, 06:50 AM
  3. [SOLVED] Boolean or If?
    By 0ffConstantly in forum What's Wrong With My Code?
    Replies: 3
    Last Post: October 26th, 2012, 11:32 AM
  4. Boolean method returning a boolean value
    By Deprogrammer in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 21st, 2010, 10:56 AM
  5. Some help with boolean
    By JPetroSS in forum Java Theory & Questions
    Replies: 3
    Last Post: November 2nd, 2010, 05:38 AM