public Coords(int p1, int p2) {
public static void Main()
myFavBook.title = "The Fellowship of the Rings";
myFavBook.author = "J.R.R. Tolkien";
Coords point = new Coords(42, 69);
Console.WriteLine(myFavBook.title);
Console.WriteLine("x = {0}, y = {1}", point.x, point.y);