Quote:
Originally Posted by basicxman
I had a programmer from another team mistake my C++ code for Java.
|
Code:
int Java = 10;
void Print(const char[] Text)
{
//Not Putting This In...
}
for(int C = 0; C < Java; C ++)
{
if(Java < 100 && > 10)
{
Print("Is this Java Or C Or C++??? Who Knows?");
}
}