1 / 6

CSC115 Introduction to Computer Programming

CSC115 Introduction to Computer Programming. Zhen Jiang Dept. of Computer Science West Chester University West Chester, PA 19383 zjiang@wcupa.edu. Table of Contents. Basic I/O Input Output. Tutorial 3-7, page 149 Assignment for the change 1+ 2 = 12?

inoke
Download Presentation

CSC115 Introduction to Computer Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSC115 Introduction to Computer Programming Zhen Jiang Dept. of Computer Science West Chester University West Chester, PA 19383 zjiang@wcupa.edu

  2. Table of Contents • Basic I/O • Input • Output

  3. Tutorial 3-7, page 149 • Assignment for the change • 1+ 2 = 12? • Variable and its type, table 3-11, page 143 • Declaration & scope, Page 132 • Conversion, table 3-12, page 146 • Syntax check • Assignment, page 125, left + all variables • Variable, 4 policies, page 123

  4. Calculation, 3.3, pages 134-140 • Making 1+ 2 = 3! • Where to get 1 and 2? • Definition, page 128 • Declaration, page 132 • CDbl, CStr, page 147 - 148

  5. String • Where to get 1 and 2? • Definition, page 128 • Declaration, page 132 • “ ” & “ ”, Tutorial 3-6, page 129 • Empty string, page 132 • CDbl, CStr, page 147 - 148

  6. Calculation • Table 3-4, page 135 • Combined assignment, Table 3-7, page 138 • Precedence order, Figure 3-20, page 139

More Related