Computer Science Canada assigned values are the wrong type |
| Author: | goroyoshi [ Wed Apr 06, 2011 6:27 pm ] | ||
| Post subject: | assigned values are the wrong type | ||
whenever i try to run this it says assigned value is the wrong type to the multipliers of my angles (a, b, c, d, e, angle (1), angle (2), angle (3), angle (4)) |
|||
| Author: | Tony [ Wed Apr 06, 2011 6:39 pm ] |
| Post subject: | RE:assigned values are the wrong type |
Yes, the expression result and the variable are of different types. |
|
| Author: | goroyoshi [ Wed Apr 06, 2011 6:47 pm ] |
| Post subject: | RE:assigned values are the wrong type |
it happens even if both are integers fixed it with round and real numbers |
|