// Directions: Practice #3-1
// 1) Fix the errors with the following code.
// 2) Submit your dotnetfiddle link in Blackboard.
using System;
namespace Introduction
{
public class Program
static void Main(string[] args);
(
Console.WriteLine();
)
}