25
1
// C# syntax
2
// Login and Fork to a new fiddle.
3
// Add code lines under each direction.
4
// Hit Save.
5
// Copy your fiddle link and submit it into the Blackboard assignment.
6
7
using System;
8
9
public class Program
10
{
11
public static void Main()
12
{
13
Console.WriteLine("ASP.Net 1-1");
14
15
// Create a string variable called strTitle.
16
17
// Assign the Book Title to your favorite book title.
18
19
// Create integer variable call intNumberOfPages and Assign the NumberOfPages to the number of pages in your favorite book.
20
21
// Output the title and number of pages on 1 line.
22
// Example : Lords of the Rings: The Return of the King (544 pages)
23
24
}
25
}
Cached Result