Problem:
Consider the following theorem: "if x and y is odd integers, then x+y is even". Give a proof by contradiction of this theorem.
Question- Write a VBA code using Newton - Raphson method to find roots of f(x) = -0.9 * (x ^ 2) + 1.7 * (x) + 2.5
Please describe VBA code using Newton - Raphson method