int x = 10; float y = 2.0, z; z = x* y; //x promoted to float