but if you do that, don't use:
switch(choice){
case 1: //your code
break;
case 2: // your code
break;
case 3: // your code
break;
}
simply, because if you enter 'A', 'B' or 'C', the switch will never have
the values '1' '2' or '3'.
Reputation Points: 919
Solved Threads: 354
Nearly a Posting Maven
Online 2,487 posts
since Jan 2007