Homework 5: Due October 19th

 

Study Questions

  1. List the logical operators and their meanings and effects.
  2. List the order of precedence of the logical operators.
  3. The ! operator can only be applied to what type of expression?
  4. Fill-in the blanks. When determining whether a number is inside a range, it is best to use the ____ (&& or ||) operator. When determining whether a number is outside the range, it is best to use the ____ (&& or ||) operator.
  5. Complete checkpoint questions 3.16-3.22.
  6. To which data types is the SwitchExpression of a switch statement limited?
  7. List the limitations of a CaseExpression in a switch statement.
  8. What is the effect of the break statement when used in a switch statement?
  9. What is the default section used for in a switch statement?
  10. Complete checkpoint questions 3.24-3.32.
  11. Complete the exercises at the end of chapter 3:

Email Me | Office Hours | My Home Page | Department Home | MCC Home Page

© Copyright Emmi Schatz 2013