how to convert 1.0 into a int code example Example: convert a string to int in java String myString = "1234"; int foo = Integer.parseInt(myString);