0
How to restrict user input in c++
Like write a program which allow user to "only" enter any 4 -number from the keyboard
1 Odpowiedź
+ 2
Just by performing a simple check right after the user have input to see if the user entered correct input or not.