CS2311 Computer Programming

Click here to load reader

download CS2311 Computer Programming

of 33

description

CS2311 Computer Programming. Dr. Yang, Qingxiong (with slides borrowed from Dr. Yuen, Joe) Basic I/O (Lecture 3). Operators ( and Punctuators). Operators and punctuators. An operator specifies an operation to be performed on some values - PowerPoint PPT Presentation

Transcript of CS2311 Computer Programming

Introduction to Programming

Dr. Yang, Qingxiong(with slides borrowed from Dr. Yuen, Joe)

Basic I/O(Lecture 3)

CS2311 Computer ProgrammingOperators ( and Punctuators)23Operators and punctuatorsAn operator specifies an operation to be performed on some valuesThese values are called the operands of the operatorSome examples: +, -, *, /, %, ++, --,>>,