+ All Categories
Home > Documents > CS2311 Computer Programming

CS2311 Computer Programming

Date post: 02-Jan-2016
Category:
Upload: vera-manning
View: 18 times
Download: 1 times
Share this document with a friend
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
Popular Tags:

of 33

Click here to load reader

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


Recommended