we wrote some code to get the name and age of the reader. by using the write line and read line commands to the console this makes it print a line to the user and recognises what the user has then wrote and stores it as a variable then it can be used in other write lines and other places to be more personalized for every user.
i coded a small story where you can respond and it will use your name and age using write lines and read lines in c#
i started using if statements to create my rock, paper and scissors game witch i later made more efficient with the use of arrays.
i added an 2d array with all the possible outcomes in a rpc game and when you input a answer it will convert into an intiger and compare to the bots and tell you whether you have won, lost or drew wich you can see in the visual studio code bellow.
I threw the Rock, Paper Scissors game into visual studio fixed the errors with the help of Joe and also found out that there were some simplifications possible in visual studio that wasnt available in dotnetfiddle.net; After fixing the errors when running the code through the temporary workspace it opens a console that you can input to run the game and get results.