What is the result?
What will make this code compile and run?
public double getArea() { return /* ??? */;}
Why will the code not compile?
Which declaration initializes a boolean variable?
Which line causes a compilation error?
Which approach ensures that the class can be compiled and run?