Java Code October 6, 2018 Evert Wagenaar Leave a comment <% double rand = Math.random(); if (rand < .1) { out.println("you win!"); } else { out.println("try again"); } %>