I guess this should be very simple to you guys, but very difficult to me because im new to c#.
I have a simple \"pacient\" class.
public class Pacien
You can get user input via Console.Read(); you need to get each user input
Console.Read();
Console.WriteLine("Enter First Name :"); string FirstName = Console.ReadLine();