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

Thread: Find the biggest number

  1. #1
    Junior Member
    Join Date
    Jan 2014
    Location
    Italy - Brescia
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Find the biggest number

    I have an exercise from school. I have NO IDEA what to do. I have to find the biggest number between two numbers
    Can you show me the exercise and explain it to me?


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Find the biggest number

    What have you tried? Where are you stuck?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Member andbin's Avatar
    Join Date
    Dec 2013
    Location
    Italy
    Posts
    443
    Thanks
    4
    Thanked 122 Times in 114 Posts

    Default Re: Find the biggest number

    Quote Originally Posted by lolol View Post
    I have to find the biggest number between two numbers
    Do you know relational operators ?
    Andrea, www.andbin.netSCJP 5 (91%) – SCWCD 5 (94%)

    Useful links for Java beginnersMy new project Java Examples on Google Code

  4. #4
    Junior Member
    Join Date
    Jan 2014
    Location
    Italy - Brescia
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Find the biggest number

    can somebody tell me what
    public static void main(String[] args)
    means ?
    this one too (String[] args)
    what is a class ?

    --- Update ---

    Quote Originally Posted by andbin View Post
    Do you know relational operators ?
    THANK YOU! These can be useful!

  5. #5
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Find the biggest number

    Quote Originally Posted by lolol View Post
    can somebody tell me what
    public static void main(String[] args)
    means ?
    this one too (String[] args)
    what is a class ?
    Sure. The basic tutorials can: The Java™ Tutorials
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. How to find the nth number?
    By desiVirus in forum What's Wrong With My Code?
    Replies: 4
    Last Post: October 30th, 2013, 06:18 AM
  2. How to find where the biggest number is in an array
    By Jazz26 in forum What's Wrong With My Code?
    Replies: 7
    Last Post: May 2nd, 2013, 06:07 AM
  3. Find Biggest Number in Array
    By jo15765 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: May 12th, 2012, 03:01 PM
  4. Find the two largest number
    By vendettabf in forum What's Wrong With My Code?
    Replies: 15
    Last Post: December 29th, 2011, 01:23 PM
  5. Replies: 4
    Last Post: June 10th, 2009, 01:04 AM