Click here to load reader

Dr. Yang, Qingxiong (with slides borrowed from Dr. Yuen, Joe) Basic I/O (Lecture 3)

Embed Size (px)

Citation preview

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: +, -, *, /, %, ++, --,>>,