another small problem. The user needs to fill in a code, and the program has to check if the code is correct. By doing that, i'll need an array (with convert to chars i think) that declares the possibilities of the user input.
example :
A = 10, B = 12, C = 13, D = 14, the whole alfabet. (11, 22, 33 don't count)
Question
flupke
Hello,
another small problem. The user needs to fill in a code, and the program has to check if the code is correct. By doing that, i'll need an array (with convert to chars i think) that declares the possibilities of the user input.
example :
A = 10, B = 12, C = 13, D = 14, the whole alfabet. (11, 22, 33 don't count)
Any idea how to do this?
thanks!
Link to comment
Share on other sites
4 answers to this question
Recommended Posts