Well, my question is, in C # I can use my "constants" be it of any kind on my output command, all normal.
However, if I use a "variable" of type int
or double
and put them in the input command of a Syntax error:
"Convert type 'string' to 'int'" or "Convert type 'string' to 'int' ".
In the error message speaks for I convert, I have to always convert, why when I use string does not appear to convert synonymous?
Anyway, I can say this bullshit but I'm very good at programming and I would like to clarify this doubt.