We have the Account data class with the initial amount, the result, and the status.
A new account has an amount of 50.
You have to write the calculateOperation function to calculate the final result value after applying CTE (integer value) and INC (integer value) to the amount parameter and change the status of the account to "END".
To obtain the value of the result, you must encode: amount * INC * CTE.