Introduction to C:
43. Based on Newton's method, write a program to calculate square roots r = v/a with an initial guess r0 = a for a from 1 to 10, with the output shown below. Write pseudocode and draw a flowchart for the program first.
a squareroot
1.00 2.00
1.000000 1.414214
9.00 10.00
3.000000 3.162278