namespace DataTypeCSharp {
public static void Main(string[] args) {
Console.WriteLine("Type of i is {0}",i.GetType().ToString());
Console.WriteLine("Type of str is {0}", str.GetType().ToString());
Console.WriteLine("Type of d is {0}", d.GetType().ToString());