if (my.rating > ellay.rating)
{
my.team = "number one";
Console.WriteLine("woohoo!");
my.MakeVictoryPostOnDBCom();
}
else if (my.equip > ellay.equip)
{
Console.WriteLine("I own a Spaceship but I cannot fly it, and Darth is NOT my father.");
my.PractiseMoreThenComeBack();
}
else
{
my.CuriousAndHumble();
}
What language is that? C++? Im currently doing a college course on VB.NET and C++ next year and was just curious