Introduction to Computer Science in C#
30 Nov 2021
  • Context
  • C# Data and Operations
    • A Sample C# Program
    • Lab: Editing, Compiling, and Running with Xamarin Studio
    • Arithmetic
    • Variables and Assignment
    • Syntax Template Typography
    • Strings, Part I
    • Writing to the Console
    • C# Program Structure
    • Combining Input and Output
    • String Special Cases
    • Substitutions in Console.WriteLine
    • Value Types and Conversions
    • Learning to Solve Problems
    • Lab: Division Sentences
    • Chapter Review Questions
  • Defining Functions of your Own
  • Basic String Operations
  • Decisions
  • While Loops
  • Foreach Loops
  • For Loops
  • Files, Paths, and Directories
  • Arrays
  • Lists
  • Dictionaries
  • Classes and Object-Oriented Programming
  • Testing
  • Interfaces
  • Recursion
  • Data Structures
  • Appendix
Introduction to Computer Science in C#
  • »
  • C# Data and Operations
  • View page source

C# Data and Operations

  • A Sample C# Program
  • Lab: Editing, Compiling, and Running with Xamarin Studio
    • Goals
    • Steps
  • Arithmetic
    • Csharp
    • Division and Remainders
  • Variables and Assignment
    • Literals and Identifiers
  • Syntax Template Typography
    • Declaration Syntax Options
    • Assignment Syntax
  • Strings, Part I
    • String Concatenation
  • Writing to the Console
  • C# Program Structure
    • Indentation Help
    • Compiler Error Help
    • Sequential Execution
  • Combining Input and Output
    • Reading from the Keyboard
    • Numbers and Strings of Digits
    • Example Projects and the Source Repository
    • Running our Xamarin Studio Examples Solution
    • Copying and Modifying Our Example Xamarin Studio Projects
  • String Special Cases
    • Multiline String Exercise
  • Substitutions in Console.WriteLine
    • Output With +
    • String Format Operation
    • Overloading
  • Value Types and Conversions
    • Type int
    • Type long
    • Type double
    • Numeric Types and Limits
    • Casting
    • Type char
    • Type Boolean or bool
    • Overflow to Positive Exercise
  • Learning to Solve Problems
  • Lab: Division Sentences
    • Overview
    • Requirements
    • Xamarin Studio Reminders and Fixes
  • Chapter Review Questions
Previous Next

© Copyright 2012-2021, Andrew N. Harrington and George Thiruvathukal. Last updated on 30-November-2021 00:26:56.

Built with Sphinx using a theme provided by Read the Docs.