Given:
Which two codes, independently, can be inserted in line to 1 compile?
Given:
This code results in a compilation error.
Which code should be inserted on line 1 for a successful compilation?

Given the code fragment:
You want to display the value of currency as $100.00.
Which code inserted on line 1 will accomplish this?
Given:
After which line can we insert assert i < 0 || values[i] <= values[i + 1]; to verify that the values array is partially sorted?
