Nov 19, 2004 #1 pau75 Technical User Feb 25, 2004 16 US I need to display in a form the larges integer after a serie of inputs. What would be the code to find it?
I need to display in a form the larges integer after a serie of inputs. What would be the code to find it?
Nov 20, 2004 #2 chiph Programmer Jun 9, 1999 9,878 US Store the inputs you get in an ArrayList. Sort the ArrayList using the .Sort method. The value you seek will be the last one in the ArrayList. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first Upvote 0 Downvote
Store the inputs you get in an ArrayList. Sort the ArrayList using the .Sort method. The value you seek will be the last one in the ArrayList. Chip H. ____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first