using System;
public class blogMeantimePersons
{
public static void Main()
{
mushymodeon("Jasper");
mushymodeoff("Jasper");
}
mushymodeon(person mushyperson)
{
Console.WriteLine("I've been reading some blogs this morning and a blog post entitled ""Am I your Meantime Girl?"" strucked me by heart. It's not that I am so guilty of doing it. Come on - one way or another I'm sure a lot of us (if not everyone, as claimed by the author) is. At least" + mushyperson.toString() + "is man enough to admit (and face the bashing afterwards) :P");
}
mushymodeoff(person mushyperson)
{
Console.WriteLine(mushyperson.toString() + "'s feeling of being energized all the time still continues. I just hope this continue and grows into something fruitful and good.");
}
}
p.s.: I can't believe I'm saying this (because everyone knows I hate programming), but I'm actually missing it already. I have to brush up my skills again and learn almost everything from ground up.