greater than

PHOTO EMBED

Thu Sep 22 2022 17:37:18 GMT+0000 (Coordinated Universal Time)

Saved by @testpro #java

if (20 > 18) {
  System.out.println("20 is greater than 18");
}
content_copyCOPY