Test Status
      CORETEST5
      (A) boolean
      (B) void
      (C) public
      (D) Button
      (A) The program compiles and prints y is 0 when executed.
      (B) The program compiles and prints y is 1 when executed.
      (C) The program compiles and prints y is 2 when executed.
      (D) The program does not compile complaining about y not being initialized.
      (A) float
      (B) double
      (C) Float
      (D) Double
      (A) The program does not compile because x, y and name are not initialized.
      (B) The program throws a runtime exception as x, y, and name are used before initialization.
      (C) The program prints pnt is 0 0.
      (D) The program prints pnt is null 0 0.
      (A) interest = 3929.92
      (B) interest = (Float)3929.92
      (C) interest = 3929.92 (float)
      (D) interest = 3929.92f