Logic 101
I saw this at work today, I was rather appalled.
if (x == true) {
if (x == false) {
x = true;
}
}
if (x == true) {
if (x == false) {
x = true;
}
}
Jake can usually be found wandering the streets of Chicago, people watching on the CTA, or sitting in front of a computer programing until the cows come home.