Student Info Class
Student Info Class
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _09_TP
{
public StudentInfo()
{
// Default constructor
}