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

Monday, September 2, 2019

Codecademy Handling Errors Exercise 4/6


// Sample Solution
using System;

namespace BugSquasher
{
  class Program
  {
    static void Main(string[] args)
    {
      double number = 38498.3222;

      string dinosaur = "Barney";

      double lockValue = 293.000;

      bool isYes = true;

      string band = "The Low Anthem";
      Console.WriteLine("Reached the end and no errors found!");
    }
  }
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts