Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

how to type in a quadratic formula

+2 votes
asked Oct 25, 2018 by sophiacaldwell47 (140 points)

A formula may take the form f(x)= aX^2 +bX +c
Assign the values to a,b & c

How to I type in the square root sign on the programing cite?

1 Answer

0 votes
answered Oct 26, 2018 by anonymous
include the library math.h

the square root will take the form of      sqrt(x)
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...