Quotes help make search much faster. Example: "Practice Makes Perfect"

Wednesday, September 4, 2019

Codecademy Review 12/12


// Sample Solution
///////////////////////////////////////////////////
// Program.cs code
using System;

namespace BasicClasses
{
  class Program
  {
    static void Main(string[] args)
    {
Forest f = new Forest("Amazon");
      Console.WriteLine(f.Trees);
      f.Grow();
      Console.WriteLine(f.Trees);
    }
  }
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts