Transcript
Page 1: CSC115 Introduction to Computer Programming

CSC115 Introduction to Computer Programming

Zhen Jiang

Dept. of Computer Science

West Chester University

West Chester, PA 19383

[email protected]

Page 2: CSC115 Introduction to Computer Programming

Table of Contents Basic I/O

Input Output

Page 3: CSC115 Introduction to Computer Programming

Textbox and listbox

Page 4: CSC115 Introduction to Computer Programming

1+ 2 = 12? Where to get 1 and 2? Variable and its type Declaration & scope

Page 5: CSC115 Introduction to Computer Programming

Calculation, page 59, 63 Making 1+ 2 = 3!

Page 6: CSC115 Introduction to Computer Programming

Variable, 3 policies, page 60 Assignment, page 60, left + all

variables Variable types, integer and double

Page 7: CSC115 Introduction to Computer Programming

StringWhere to get 1 and 2? – Input Definition Declaration & and + IndexOf Length Substring Empty string Val, CStr


Top Related