// 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