Run »
×
Change Orientation
public class Main { public static void main(String[] args) { int time = 20; if (time < 18) { System.out.println("Good day."); } else { System.out.println("Good evening."); } } }
Good evening.
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit