I am taking a java programming class to achieve my bachelors degree in IT. Not good at the software and for sure not the programming. I was given this code:
resultOut = (integerOne + integerTwo) * integerThree – integerFour
and told to identify the errors and use the five step approach.
What am I going to need to complete this code and make it functional?