im studing my a'level may please help me to solve this problem

scenareo
the hk university's mathematics dpt is looking for a way to automate the determination of the roots of a quadratic equation. The equation is of the form ax2+bx+c=0 where a,b and c are abitrary constants. The solution to the equation is given by x=(-b±√(b^2-4ac))/2a
question 1
from the scenario design a visual basic form that captures the values of the abitrary constants using text box and displays the solution on the picturebox. For the text boxes and picture box assidn the names

question 2
write the visual basic code that will find the roots of the equation given in scenario and display the result on a picture box on the form created in number (3). The names of the controls named in number (3)are to be used in the code

So how have you started to solve your homework question? Humor us and show some code and explain your thoughts of how to solve the task.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.