To find the largest of two ints use Math. max, e.g.
// finding the bigger of two ints int bigger = Math.max( a, b ); // also works with long, float and double e.g. double biggerDouble = Math.max( aDouble, bDouble );
To find the largest of three ints use Math. max, e.g.
// finding the bigger of three ints int biggest = Math.max( Math.max( a , b ), c ); // also works with long, float and double e.g. double biggestDouble = Math.max( Math.max( aDouble, bDouble ), cdouble );
To find the biggest of a set, you presume the first element is the biggest and then look for an even bigger element.
This page is posted |
http://mindprod.com/jgloss/biggest.html | |
Optional Replicator mirror
|
J:\mindprod\jgloss\biggest.html | |
Please read the feedback from other visitors,
or send your own feedback about the site. Contact Roedy. Please feel free to link to this page without explicit permission. | ||
Canadian
Mind
Products
IP:[65.110.21.43] Your face IP:[3.138.135.201] |
| |
Feedback |
You are visitor number | |