// C# syntax
// Login and Fork to a new fiddle.
// Add code lines under each direction.
// Hit Save.
// Copy your fiddle link and submit it into the Blackboard assignment.
using System;
public class Program
{
public static void Main()
Console.WriteLine("ASP.Net 2-1");
// Create a class called Book.
// Add a Title property that is string.
// Add a NumberOfPages property that is an integer.
}