Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for(int i = 0; i < 2; i++) // rijen
- {
- out.println("<tr>");
- for(int j = 1; j <= 5; j++) // kolommen
- {
- out.println("<td><img src=\"img/getal" + ((i * 5) + j) + ".jpg\" alt=\"" + ((i * 5) + j) + "\" height=\"200px\"></td>");
- }
- out.println("</tr>");
- }
Advertisement
Add Comment
Please, Sign In to add comment