This is NightmarexFox and I'm trying to teach my co-owner Golden 11 everything I know about coding. Unfortunately that's not much but I'm trying to get him at least as caught up as I am. Unfortunately I've never created any program from scratch before in C# so this is why I named this thread our programming adventure. Here you can suggest basic projects to build that we can either do together or alone. Remember, only suggest something slightly harder than the last project.
***************
Everything below this will be edited once we move on from whatever topic we're learning about
I am teaching him basic input/output. For those of you who are C masters, that'd be printf/scanf. C++ masters would recognize cout/cin. C# however is what we are learning. I have the task of teaching him Console.WriteLine; Console.ReadKey; and Console.ReadLine as well as using very basic variables such as "string firstName = "john";"
For this task I will be making him create a very basic name grabber. Do any of you guys have any tips? I will be using strings and putting them together so if they is a right and wrong way, please tell me now before I teach him the wrong way. I will be teaching him this: Console.WriteLine("Hello there, " + firstName + " " + lastName + ".");
**********
Here is the folder of which you can view my source. I am teaching him how to code using C# Express 2010. I already have the project done, but he hasn't started. I call this my twist on "Hello World!"






