/** * */ package zendo.playground.various; /** * * * @author mocanu */ public class TestBigFloats { public static void main( String[] args ) { Integer i = 123;//ConsoleReader.readInt( "Nr1:" ); Integer j = 123; //ConsoleReader.readInt( "Nr2:" ); System.out.println( i == j ); } }