<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Microsoft C♯ programming for the absolute beginner</title>
  </titleInfo>
  <name type="personal">
    <namePart>Harris, Andy</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xxu</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Indianapolis, IN</placeTerm>
    </place>
    <publisher>Premier Press</publisher>
    <dateIssued>©2002</dateIssued>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>1 online resource (xxvi, 480 p.) : ill. : 24 cm.</extent>
  </physicalDescription>
  <tableOfContents>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.</tableOfContents>
  <note type="statement of responsibility">Andy Harris.</note>
  <subject>
    <topic>C# (Computer program language)</topic>
  </subject>
  <subject>
    <topic>Microsoft C</topic>
  </subject>
  <subject>
    <topic>COMPUTERS</topic>
    <topic>Programming Languages</topic>
    <topic>C♯</topic>
  </subject>
  <classification authority="lcc">QA76.73.C154 H37 2002</classification>
  <identifier type="isbn">1931841160</identifier>
  <identifier type="isbn">9781931841160</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg"/>
    <recordCreationDate encoding="marc">140302</recordCreationDate>
    <recordChangeDate encoding="iso8601">20140302170350.0</recordChangeDate>
  </recordInfo>
</mods>
