Summary
Function calls allow you to reuse basic code. Code reuse is important for a number of reasons: mainly because programming is hard and duplicating effort should be avoided wherever possible. The efforts of the programmer that wrote the sqrt()
function do not need to be repeated by other programmers who want to solve the same problem.