public class DataTypeProgram
static void Main(string[] args)
string name = "Mercurio, Jhonlirry";
Console.WriteLine("Name: " + name + " " + initialM + ".");
Console.WriteLine("Age: " + age);
Console.WriteLine("GPA: " + gpa);
Console.WriteLine("Is Student: " + isStudent);