Given the following code, which lines when placed independently in the blank allow the code to compile

Question:

Given the following code, which lines when placed independently in the blank allow the code to compile and print bounce? (Choose two.) 

image text in transcribed

A. var new = TennisBall;

B. TennisBall();

C. var var = new TennisBall();

D. new TennisBall;

E. new TennisBall();

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: