CS 1713 Introduction to Computer Science, Spring 2006 Exam 1 Comments
Grade Distribution:
- 90-97: 2
- 80-89: 8
- 70-79: 4
- 60-69: 3
- 50-59: 2
- below 50: 0
- 2) When asked to evaluate an expression which has a numeric value,
give the answer as a decimal number, not a fraction.
- 4) This is the one that gave people the most problems.
- There are exactly 2 Rectangle objects in this example.
- A variable that represents a Rectangle stores a reference to that
Rectangle.
- An integer variable stores the value of that integer.
- Invoking the setWidth method does not create a new
Rectangle object.
- 5) In the setLength method you must also set the area.