namespace PropertyExample
else if(mMarks <= 79 && mMarks>=70 )
public static void Main(string[] args)
Student objStudent = new Student();
Console.WriteLine("Please enter your marks");
objStudent.Marks = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Your marks are :{0} marks", objStudent.Marks);