Taking a look at a brief history of programming languages. then ...

0 downloads 109 Views 130KB Size Report
Installing the C# compiler and start coding C# program. ➢ Learning about the basic ... Learn how to build your own GUI
 Taking a look at a brief history of programming languages. then explore the .NET framework  Installing the C# compiler and start coding C# program  Learning about the basic math operators that C# provides.  Talk about variables and their data types.  Looking at a few built-in methods that are available for use in the programs. Then learn how to write your own methods and call them in your program.  Talk about method overloading  Learn about if & switch statements.  Talk about the while loop, for loop, and the do loop  Learn how to create and access array variables  Learn how to read from and write to external data files so you can store your user data forever.  Learn how to build your own GUI without an IDE ( Integrated Development Environment )

Suggest Documents