Assignment Solve the following examples using irb and check the output a) 10 + (2 * 5) - (8 / 2) = ? b) 4*5/2+7=? Also, try arithmetic operators using methods.