public class Main { public static void main(String[] args) throws Exception { int i=10; boolean b = (i != 0); System.out.println(b); } } //true