Computer Science Canada Operands of comparison operators must be of the same type? |
Author: | InfiniteAttack [ Wed Mar 01, 2017 7:32 pm ] | ||
Post subject: | Operands of comparison operators must be of the same type? | ||
What is it you are trying to achieve? Debug the program What is the problem you are having? Error of "Operands of comparison operators must be of the same type" Describe what you have tried to solve this problem Read over the code and googled the problem. Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
Please specify what version of Turing you are using Turing 4.1.1 for Windows |
Author: | Insectoid [ Thu Mar 02, 2017 4:19 pm ] |
Post subject: | RE:Operands of comparison operators must be of the same type? |
With chars you use single quotes instead of double quotes. Double quotes are for strings. |