cs2311 computer programming

Click here to load reader

Upload: vera-manning

Post on 02-Jan-2016

16 views

Category:

Documents


1 download

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

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