using System;
public class Program
{
public static void Main()
object obj = 3;
float flt = (float) obj;
}