asked 98.5k views
2 votes
To get square root a) abs(x) b) string c) sqrt(x) d) setw()

asked
User Mattasse
by
9.2k points

1 Answer

5 votes

Answer:

c) sqrt(x)

Step-by-step explanation:

The sqrt function, short for square root, will return the square root of the input.

answered
User Sevi
by
7.9k points