using System;
class Test
{
public static void Main(){
Console.WriteLine("the max of 6 and 8 is:{0}",Math.max(6,8));
Console.WriteLine("please enter your name");
Console.ReadLine();
Console.WriteLine("welcome to you!");
}
}
class Test
{
public static void Main(){
Console.WriteLine("the max of 6 and 8 is:{0}",Math.max(6,8));
Console.WriteLine("please enter your name");
Console.ReadLine();
Console.WriteLine("welcome to you!");
}
}