- x = Float.parseFloat("0.123");
- i = Integer.parseInteger("123");
- y = Float.parseFloat("123");
- j = Integer.parseInt("123");