Help with functions

Pages: 12
closed account (48T7M4Gy)
BTW Loops are better with 'internal' iterators

eg for(int j = 0; etc) is better than int count; then, for(count = 0; etc) It avoids a lot of trouble if count ever gets changed outside the loop and the loop is easier to debug/check.
wow you straight out gave me the answer thanks and as for the loops i didnt know that was the case as ive only learned what my book has shown thanks!
Thanks to all that helped I very much appreciate it and want to apologize to all as i probably was a wee bit annoying
Also thanks to you all I got through my java class so easily today as alot of it transfered from here once again thanks
Topic archived. No new replies allowed.
Pages: 12