Microsoft C♯ programming for the absolute beginner / Andy Harris.
Material type: TextSeries: For the absolute beginner (Series)Publication details: Indianapolis, IN : Premier Press, ©2002.Description: 1 online resource (xxvi, 480 p.) : ill. : 24 cmISBN:- 1931841160
- 9781931841160
- QA76.73.C154 H37 2002
Current library | Collection | Call number | Vol info | Status | Date due | Barcode | |
---|---|---|---|---|---|---|---|
Judith Thomas Library General Stacks | BKS | QA 76.73 .C154 H37 2002 (Browse shelf(Opens below)) | AUA014467 | Available | AUA014467 |
Basic Input and Output: A Mini Adventure --
Project: The Mini Adventure --
Reviewing Basic C♯ Concepts --
Namespaces --
Classes --
Methods --
Statements --
The Console Object --
.NET Documentation --
Saying "Hello, World!" --
Getting into the Visual Studio .Net Environment --
Examining the Default Code --
Creating a Custom Namespace --
Adding Summary Comments --
Creating the Class --
Moving from Code to a Program --
Compiling Your Program --
Looking for Bugs --
Getting Input from the User --
Creating a String Variable --
Getting a Value with the Console. ReadLine() Method --
Incorporating a Variable in Output --
Combining String Values --
Combining Strings with Concatenation --
Adding a Tab Character --
Using the Newline Sequence --
Displaying a Backslash --
Displaying Quotation Marks --
Launching the Mini Adventure --
Planning the Story --
Creating the Variables --
Getting Values from the User --
Writing the Output --
Finishing the Program --
Branching and Operators: The Math Game --
The Math Game --
Using Numeric Variables --
The Simple Math Game --
Numeric Variable Types --
Integer Variables --
Long Integers --
Floating-Point Variables --
Data Type Problems --
Math Operators --
Converting Variables --
Explicit Casting --
The Convert Object --
Creating a Branch in Program Logic --
The Hi Bill Game --
Condition Testing --
The If Statement --
The Else Clause --
Multiple Conditions --
Working with The Switch Statement --
The Switch Demo Program --
Examining How Switch Statements Work --
Creating a Random Number.