1.

C# programmingUsing the switch statement, write a program that will detect when the keys 0-9 is pressed.

Answer»

Answer:

Exercise 1: WRITE a C# program to detect key presses. If the USER pressed number keys( from 0 to 9), the program will display the number that is pressed, OTHERWISE the program will SHOW "Not allowed".



Discussion

No Comment Found