Search results for query: *

  1. F

    Question Tic-tac toe game

    Hi thanks for replying. Yes you're right in that I haven't tried to help myself. I have been on yt and have gone through videos on the code and now understand it a lot better. Thank you for your help !
  2. F

    Question Tic-tac toe game

    Hi all, Can somebody explain to me how this code runs e.g. what does board mean? I am new to c# and am trying to understand this code so that I can appropriately annotate it. Thanks using System; using System.Threading; namespace TIC_TAC_TOE { class Program { //making...
  3. F

    Resolved Using an uninitialized variable

    Hi I have made a calculator game and am trying to add different options e.g. add a survey. For the response, I tried to use yes and no but I don't understand how it is unassigned?? Thanks using System; using System.Collections.Generic; using System.Text; namespace Program { class Program...
  4. F

    Resolved more than one entry point?

    Hi I am having this error. I do not use C# often so I am not sure what has happened? Thanks
Back
Top Bottom