static void Main(str[] args){
posts=Console.ReadLine("Do you have more posts than me?");
bool p = false;
if (posts.ToLower("yes"))
{
p = true;
Console.WriteLine("The person below me will have more posts than me");
}
if (posts.ToLower("no"))
{
p = true;
Console.WriteLine("The person below me will have less posts than me");
}
if (p == false)
{
Console.WriteLine("The person below me has the same number of posts as I");
}
}
(hahaha @Ntech you broke this game and its creativity in June xD. Props for the letter case error check. Although, two else ifs would fit better, wouldn't they? )