Hola.
so, im making a simple program right now to work on my java skillz, and just for fun in general (im pretty new to java).
so, i was wondering, whats the fastest way to find the maximum number in an array of STRINGS. because i tried parsing the ints in a for loop like so...
for(int f = 0; f == 20; f++){
intarray[f] = Integer.parseInt(stringarray[f]);
}
but when i tried to print all of the ints in the intarray, they all came out as zeros.
if you have another way of doing this, please tell me!
Thanks,
Quinnifir