Code:
#include <iostream.h>
int main ()
{
cout << "Kevin's times table calculator!";
cin >> j;
cout << "Now calulating the times table for: << j;
for(i = 1; i <= 20; i++)
cout << " x" << i << " is " << j*i << ".\n";
for(i = 30; i <= 100; i += 10)
cout << " x" << i << " is " << j*i << ".\n";
}
...and I do not think the purpose of the Jr. Dev was to post random code, but to post fixes to eqemu code the devs have overlooked / not had time to address.