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

Wednesday, September 4, 2019

Codecademy Static Classes 5/8


// Sample Solution
using System;

namespace StaticMembers
{
  class Program
  {
    static void Main(string[] args)
    {
      Console.WriteLine(Math.PI);
      Console.WriteLine(Math.Abs(-32));
    }
  }
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts