Description:
Author: Jay McGavren
Release Date: 2019
Language: English
Torrent Contains: 33 Files, 1 Folders
Course Source:
https://teamtreehouse.com/library/c-basics-2 Description
C# is the most popular programming language in the Microsoft ecosystem of products. C# code is designed to run fast and to be easily maintainable. In C# Basics, we'll learn how to work with C# to write simple programs.
What you'll learn
• C# syntax
• Types
• Strings
• Numbers
• If statements
Table Of Content
• C# Syntax
Before we can write C# programs, we need to understand variables and types. This stage will get you started.
• Methods
This stage will teach you how to do work by calling methods, and how to define your own!
• Strings
Whether it's written in C# or another language, almost all software needs to work with text. Programming languages represent text in the form of strings.
• Numbers
Programming languages use strings a lot, but they use numbers even more often. Almost any language will let you do addition, subtraction, multiplication, division, and many other math operations. And C# is no exception.
• If Statements
Our last requirement is to provide a discount for large orders of cans. But how do we determine which discount to apply?.
About Teacher
Resident Ruby and Go teacher for Treehouse. Author of Head First Ruby, a tutorial book on the core Ruby language.