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