creating quiz application in c# which randomly selects questions from a file
- by arun
i want to create a quiz application. the questions should be randomly selected from a word/text file(which contains some 20 questions). the application is in c#. syntax plz...