See More

public class SimpleCondition{ public static void main(String[] args) { System.out.println(5 + 5 != 110 % 100); } }