images[i] = loadImage("animal" + i + ".jpg");

Hello guys.

I have a question about images[i] = loadImage("animal" + i + ".jpg"). I have a book Learning Processing A Beginner’s Guide to Programming Images, Animation, and Interaction. I studied at page 301 and when I saw the command images[i] = loadImage("animal" + i + ".jpg"), I didn't know what is parameter in parenthesis. I know that in parenthesis takes "image name file with format". His website I downloaded examples and I saw folder Data that it has got in 10 images with call animal0.jpg, animal1.jpg etc.

How can I know what does parameter takes loadImage or someone other? Also, how can I learn very good Java? Can you help please?

Answers

Sign In or Register to comment.