Translate the following math statements into a function that returns the value of that math statement.
Create a function for each called run1, run2, run3, run4 and run5
1) 1 + 2 + 3
2) 3 * ( 2 + 10 / 4 ) + 30
3) 10 - ( ( 3 * 5 ) + ( 2 + ( 0 * 5 ) ) )
4) 5 * ( 4 + ( ( ( 10 + 10 ) + ( 5 * 8 ) ) / ( 10 + 2 ) ) ) 5) ( ( ( ( ( ( 3 + 5 ) * ( 6 + 4 ) ) / 2 ) / 2 ) – 5 ) / 3) + ( ( ( ( 2 * 10 ) + ( 5 * 4 ) ) / 2 ) + ( 4 * 5 ) )
The graders should be able to run each of these as: (run1) (run2) etc. DO NOT USE (write…)