using System;
Console.WriteLine("Enter your score: ");
Double siyom = Double.Parse(Console.ReadLine());
Double Round = Math.Round(siyom);
Double kept = siyom-Round;
Console.WriteLine("Your final score is "+round+" and you kept "+kept);