Boolean OperatorsAhhh. Now I understand. They're a bit similar to logic gates I did in college. But that's helped a l...
Boolean Operators[code] C = !( (1 || 0 ) && 0 ) C = ! ( 1 || 0 ) //true OR false == because the 1's there it's true...
Boolean OperatorsHi all, Just a general question, I'm a beginner working through some tutorials and I've been loo...
Input ProblemI think I'll just leave it and carry on the tutorials instead of getting hung up on it. Thanks for...
Input Problem[quote]No, you were right. He is trying to read an int when he actually wants a string. So basically...