0
Question for the No Numerals
Why does it say "... is a variable but is used like a type"? https://code.sololearn.com/cV5l3SrVJuIY/?ref=app
3 Respuestas
+ 3
Jefferson OMFG
In order for us to see your code from a code coach, you will need to copy it to the playground, save it, and post a link to it. Otherwise, all the link will do is take us to the code coach description for our own account and code.
+ 2
You need to use;
new string[11]
Not
new numbers[11]
and
nee numerics[11]
+ 1
I have changed the link