Homework 2: Due September 23rd

 

Study Questions

  1. Complete questions 2.1-2.3, 2.5-2.8, 2.10-2.14, 2.16-2.23, 2.27-2.31 in the Checkpoints.
  2. What is a variable declaration?
  3. What is an assignment statement?
  4. What is string concatenation?
  5. What is a literal?
  6. What is an identifier?
  7. When you write an integer literal in your program, what data type does Java assume it to be? For example, if I wrote:
              x = 7;
    
    what data type would the 7 be?
  8. When you write a floating-point literal in your program code, what data type does Java assume it to be?
  9. Complete Multiple Choice and True/False: 1-6, 11, 12, 16-18.
  10. Complete Predict the Output: all
  11. Complete Find the Error
  12. Complete Algorithm Workbench: 1-3, 6
  13. Know the answers to the Short Answer questions but do not include them with your homework: 1-9.

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

© Copyright Emmi Schatz 2013