In Calculus you learned that
cos(x) = 1 - x^2/2! + x^4/4! - x^6/6! + ...
for an arbitrary angle x (in radians).
Write a program which asks for an angle (in degrees) and calculates
the cosine of this angle using this series with the six decimal
places accuracy.