Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Given:

What is the result?

A.

The program compiles and nothing is printed.

B.

Iteration plus an increasing number is printed 100 times.

C.

Iteration plus an increasing number is printed 99 times.

D.

An error occurs during compilation.

Which statement is true about a mutator method?

A.

It replaces the default constructor.

B.

It returns mutated instance members.

C.

It must be declared private.

D.

It can be used to assign data to instance members.