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

User Mattasse
by
8.1k 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.

User Sevi
by
6.8k points