for (int m = 0; m <cName.Length; m++)
{
Console.WriteLine("{0} {1} {2}",cName, cMarks, cGrade);
}
i want to print the values of Arrays which are cName, cMarks, cGrade respectively. but em not able to print.