A couple of questions on C sharp programming.?

David

New member
First off, this is my first ever programming class, so if you could attempt to explain why your answers are what they are, that would be amazingly helpful.

The program I am trying to make is a quiz game for this class I am in. After each question is answered, the correct answer is posted if the input was wrong, and it will notify you if you are correct. My teacher has said that without rewriting the line "Console.WriteLine("Quiz Game!");"
at the top, we are supposed to have it output that to the screen above everything. Someone had originally told me that I needed to put a second " Static Void _____________". How do I put that in? I know what to put in the the curly brackets, but I'm not sure what to write for it.

Secondly, at the end of the program, it needs to show you how many you got right out of the total amount of questions. How would I write this in the code?

Thank you to anyone who helps.
 
Back
Top