make a integer convert top another number variable in java code example Example: how to make an int into a string java int i=10; String s=String.valueOf(i);