Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonasaugust1/true-or-false


https://github.com/jonasaugust1/true-or-false

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# True-or-False

Interactive quiz written in C#.

In this project, I build a C# program that presents a quiz the right way: using arrays and loops, it will check the format of user input and repeat the question if the format is incorrect.
After the quiz is complete, it will check the user’s responses against the correct answers and present a score.

Explanation