please help for this code it's didn't print the array element


public struct student
{
public string name;
public string gender;
public int tel;
public...