Complete these tasks to reinforce what you learned in this module.
Create a string holding Ada and an int holding 36, then print exactly Ada is 36 years old.
+.using System;
class Program
{
static void Main()
{
// Declare the two variables, then print the sentence
}
}