60 likes | 310 Views
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?
E N D
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? • 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
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
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
Calculation • Table 3-4, page 135 • Combined assignment, Table 3-7, page 138 • Precedence order, Figure 3-20, page 139