Results 1 to 4 of 4
Thread: Find max number in 2D array?
- 06-30-2010, 04:14 PM #1
Member
- Join Date
- Apr 2010
- Posts
- 28
- Rep Power
- 0
- 06-30-2010, 04:20 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
- 06-30-2010, 04:21 PM #3
Member
- Join Date
- Apr 2010
- Posts
- 28
- Rep Power
- 0
- 06-30-2010, 04:27 PM #4
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,405
- Blog Entries
- 7
- Rep Power
- 17
I'm in a good mood: you show me how to find the maximum in a one dimensional array, then I show you how to find the maximum in a two dimensional array. I want you to deliver a method like this:
kind regards,Java Code:int findMaximum(int[] array) { // find biggest number in 'array' // you write this method }
Jos
Similar Threads
-
Finding a number in array close to another number
By SteroidalPsycho in forum New To JavaReplies: 2Last Post: 02-15-2010, 12:37 AM -
find the greatest and lowest number in 2D array
By le_albina@hotmail.com in forum New To JavaReplies: 2Last Post: 03-30-2009, 11:09 PM -
Find a number from a string
By florentp in forum New To JavaReplies: 2Last Post: 03-20-2009, 09:01 PM -
how to right a program that find kth number in two sorted array?
By fireball2008 in forum New To JavaReplies: 8Last Post: 04-22-2008, 03:21 AM -
Find nth root of a number
By perito in forum New To JavaReplies: 1Last Post: 03-03-2008, 06:51 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks