+ 13
Why this code does not work ¿? Зашто овај код не ради ¿?
3 Respuestas
+ 19
Thanks Waclaw Zalicki and Tito Nogueira !¡
Хвалa Waclaw Zalicki i Tito Nogueira !¡
+ 2
Cause in print you got ‘-‘ instead of ‘+’. You can’t substract integer and string type. However with ‘+’ symbol c# automatically converse integer to string. I hope everything is clear now ;)
+ 1
The operator - does not work with strings operands.