using System.Security.Cryptography;
public static void Main(string[] args){
var nWeight1 = Math.Round((decimal)weight1, 2);
var nWeight2 = Math.Round((decimal)weight2, 2);
var nWeight3 = Math.Round((decimal)weight3, 2);
Console.WriteLine("original " + weight);
Console.WriteLine("after 1 change (added" + weight - w1 + " + weight);
Console.WriteLine("after 2 change " + weight);
Console.WriteLine("after 3 change " + weight);
Console.WriteLine("final " + weight);