using System;
public class Program
{
public static void Main()
int x = 4;
int y = 5;
int z = 6;
Console.WriteLine("Line 1 value of x+y+z");
}