using System;
namespace MyApplication
{
class Program
static void Main(string[] args)
float myNum = 5.75F;
Console.WriteLine(myNum);
}