public Class Program{
public static void main(string arg){
Console.WriteLine(“Enter Your Name”);
string Name=Console.ReadLine();
Console.WriteLine("your Nam Is "+Name);
}
}
Please Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!