blah blah blah is here! blah blah » Close

0
votes
0 answers

Trivia game is C#

Hi everyone, I have recently created a trivia game using a console in C#.. Here is the code I used.. [Code] using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace Quiz { class Program ...

Feedback