I'm talking about polygons... The sum of the interior angles of a triangle is 180 degrees. The sum of the interior angles of a quadrilateral is 360 degrees, and so on.
For this problem, you are given n-1 angles (in degrees) of an n-sided polygon. Please return the final angle.
Triangle examples:
>>a=missing_interior_angle([60 60]) a = 60 >>a=missing_interior_angle([45 45]) a = 90
Find the dimensions of a matrix
267 Solvers
Sum the real and imaginary parts of a complex number
86 Solvers
Find out sum of all elements of given Matrix
271 Solvers
118 Solvers
156 Solvers
Solution 779154
Very compact.