0
How can I validate with many options in a program? ?
Am having a program that has a lot of options and each option... I need to validate if the input is correct. .any help??.. https://code.sololearn.com/cB2lHRXFQKL1/?ref=app
2 ответов
+ 4
int main()
{
int _option; <= put this here
do
{
<= and not here!
0
Let me try it out and see...