CJCoding With Joseph
15per day

Add a Setter to a Generic Box

Complete the setItem method so the generic Box<T> object can update its stored value after it is created. The constructor and getItem are already provided.

IMPORTANT: Do NOT write a main method. A hidden test will create boxes, call setItem to replace the stored value, then verify the updated value using getItem().

Expected Output:
Updated
99

Expected Output:

Updated
99
Topics:
GenericsClasses
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.