CSC 272-Software II: Principles of Programming Languages

Dr. R. M. Siegfried

Assignment #7 - p. 326/Problem Set 4, 5, 7

Due Wednesday, May 3, 2017

Problem Set 4

Would be it be a good idea to eliminate all operator precedence rules and require parentheses to show the desired procedence in expressions? Why or why not?

Problem set 5

Should C's assigning operators (e.g., += be included in other languages (that do not alrasdy have them)? Why or why not?

Problem Set 7

Describe a situation in which the add operator in a programming language is not commutative.

[Back to the Assignment Index]