Question: I need help writing a VBA code in excel. I need the code to start with Option Explicit and I need to do the following:
I need help writing a VBA code in excel. I need the code to start with Option Explicit and I need to do the following:
Solutions to ax^2+bx+c=0
- Prompt the user for a,b, and c
- Calculate the roots of the equation ( x= -b +/- sqrtb^2-4ac/2a)
- Report values of a, b, c, and the two roots to the worksheet
- Be sure to consider the case of an imaginary root - then enter "No real solution" in the worksheet
- If thee is no real solution, enter the imaginary solution (eg. 3 + 4i) in the worksheet.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
