I’m trying to get my program to print each of the 4 variables (wholeNumber, decimalPart, positive, currencySymbol) defined in the program below using an accessor for each, however when I go to run the program instead of getting this Expected Output: I instead get this. Could someone explain what error is causing this? CURRENT OUTPUT CODE Answer You forgot to