creating string array
in
Programming Questions
•
1 year ago
I'm trying to create a string array with this:
- string[] ranking = new string[robots];
but then i get this error:
"Cannot find a class or type named "string" "
Any help?
1