how to make an int into a float on c++ code example Example: int to float c++ int a = 3; float b = (float)a;