Nikita n = prompt("Enter n"); for (i = 0; i < n; ++i) document.write(parseInt(Math.random() * 100) + "");