Bed Time
Uh-oh...nerd coding humour...
User otherUser
BBS db = current
int maxCount = 0
int placeHolder = 0
int IagoCount = get postCount(current user)
for u in db do
{
placeHolder = get postCount(otherUser)
if (placeHolder > maxCount)
placeHolder = maxCount
}
while (IagoCount < maxCount)
{
put(garbage, forum."Humour / Off Topic")
put(offTopic, forum."General")
IagoCount += 2
}
User otherUser
BBS db = current
int maxCount = 0
int placeHolder = 0
int IagoCount = get postCount(current user)
for u in db do
{
placeHolder = get postCount(otherUser)
if (placeHolder > maxCount)
placeHolder = maxCount
}
while (IagoCount < maxCount)
{
put(garbage, forum."Humour / Off Topic")
put(offTopic, forum."General")
IagoCount += 2
}


