public class Literals { public static void main(String[] args) { float f; double d; int i; short s; byte b; s = 19726252; } }