Code
Code
{
public partial class Form1 : Form
public Form1()
InitializeComponent();
comboBox1.Items.Add(day);
}
comboBox1.SelectedIndex = 0;
comboBox2.Items.Add(month);
comboBox3.Items.Add(YR);
String message = $"Student Name: {First} {Middle} {Last} \n" + $"Gender: {Gender} \
n" + $"Date of birth: {day}/{month}/{year}";
return CultureInfo.CurrentCulture.TextInfo.ToTitleCase(input.ToLower());