<%@ page contentType="text/plain" %> <% def totalSold = 1012 rand = new Random() totalSold += rand.nextInt(1001) out << totalSold %>