• Stars
    star
    1
  • Language
    C#
  • Created over 9 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Target "Programming Basics" is to demonstrate the basic programming constructs required for all committed to dealing with programming. This includes writing code at a basic level (basic coding skills), working with development environment (IDE), using variables and data, operators and expressions, work with the console (read input data and print results), using conditional statements (if, if-else, switch-case) and loops (for, while, do-while, for-each). For examples using the programming language C # and Visual Studio in a Windows environment.