+ 1
Why I can't put a string as variable?
I try but my computer says its wrong :c
6 Answers
+ 5
string is a data type
string var = "hello"; // var is the variable
+ 1
Thanks :D
+ 1
I am using C#
+ 1
Thank youuuuuu :D
I try but my computer says its wrong :c