Search results

  1. P

    Want to convert c code to c sharp?

    char c ; printf("Enter a character:"); c=getch(); //anyone help me ? switch(c) { case"1": printf("you pressed 1") break; .......
Back
Top