Using Relational Operators Using Relational Operators <% int temperature = 70; if (temperature < 80) { out.println("Just right."); } %>