For Business
Login
Home
Assessments
Mytat Certificates
Community
Courses
Premium Courses
jobs
Practice
Upskilling
Projects
Help
Run ยป
public class Main { public static void main(String[] args) { if (20 > 18) { System.out.println("20 is greater than 18"); // obviously } } }