Write an arithmetic expression that calculate the average of 18 and 46. You may already know that: the average of two numbers their divided by 2 the symbol for division is /, thus 10 divided by 5 is written as 10/5 division has higher arithmetic precedence than addition parentheses(l) s may be used to override precedence Thus, one correct solution would be Try it enter the above solution and click the submit button Even with an exercise as simple as taking the average of 18 and 46 it is still possible to make mistake for example. we might forget to use parentheses or, we might use the wrong arithmetic Try these and see the system feedback, Also try entering some of your own incorrect answer and see what you get. Again, what makes programming so interesting is that there are Also MANY way to be right, For example, we could reverse the 18 and 46 and still have a correct answer One of the most essential components of at learning is experimentation, Nowhere is this more thus than in learning programming. Student should be Write an arithmetic expression that calculate the average of 18 and 46. You may already know that: the average of two numbers their divided by 2 the symbol for division is /, thus 10 divided by 5 is written as 10/5 division has higher arithmetic precedence than addition parentheses(l) s may be used to override precedence Thus, one correct solution would be Try it enter the above solution and click the submit button Even with an exercise as simple as taking the average of 18 and 46 it is still possible to make mistake for example. we might forget to use parentheses or, we might use the wrong arithmetic Try these and see the system feedback, Also try entering some of your own incorrect answer and see what you get. Again, what makes programming so interesting is that there are Also MANY way to be right, For example, we could reverse the 18 and 46 and still have a correct answer One of the most essential components of at learning is experimentation, Nowhere is this more thus than in learning programming. Student should be