using System;
int num1 = 7;
//create num2 here
int num3; //change this so it equals the two added together
Console.WriteLine ("The total is " + num3);