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

Tuesday, September 3, 2019

Codecademy Define a Method 4/10


// Sample Solution
using System;

namespace DefineAMethod
{
  class Program
  {
    static void Main(string[] args)
    {
      VisitPlanets();
    }
   
    static void VisitPlanets()
    {
      Console.WriteLine("You visited many new planets..."); 
    }
  }
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts