+ 5
Create 2 variables which can receive a numerical input.
add the 2 numbers together, then divide by 2.
Be aware that using floats or doubles will help you get a better answer.
Dividing integers will result in an integer answer
IE: 10/3=3
Please provide your code concept if you wish further assistance