public class TestProgram{ int a=10; double b=12.1212; float c=(float) (a*(int)b); System. out. println("c="+c);