public startic void Main (starting[]args) {
Console.WriteLine("въведете теглото: ")
double weightEarth =double.Parse(Console.ReadLine());
doble weightMoon=weightEarth *0.17;
Console.WriteLine(теглото на земята:){1} kg.",weightEarth);
Console.WriteLine(тегло на луната:{1} kg."",weightMoon);