โ Back to Encapsulation
Question 484
Normalizing Input in a Setter
Normalizing Input in a Setter
TheCouponclass has a private fieldcode. Add aCodeproperty whosegetreturns the field and whosesetstores the value converted to UPPERCASE, so callers can type any casing. Do NOT write aMainmethod. ForCode = "save10"the program prints: SAVE10
Expected Output:
SAVE10
Topics:
Encapsulation
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.