0
Someone can help me with c++?
My last code run, but the variable "cs" stays always void. Someone can tell me why?
3 Answers
+ 2
Hi, it is caused by your if condition... You have if(nr=1), it should be if(nr==1)
+ 1
Oh right, thank you very much Alejandro!
0
In my profile, i called my code "random numers"