Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started