Name: Anonymous 2012-07-25 23:04
Why doesn't this code work?
I run it and my comp crashes, BTW running Windows Server
while (2 + 2 == 4) {
print "Math works!";
}
while (2 + 2 != 4) {
print"Math doesn't work.";
}
I run it and my comp crashes, BTW running Windows Server
while (2 + 2 == 4) {
print "Math works!";
}
while (2 + 2 != 4) {
print"Math doesn't work.";
}