Compute the final answer by rounding the last value to 4


Can you show how to solve this it in details

1. Finding the square root of a number:

Question 1A: Execute the algorithm below using 3 for "number".

Question 1B: Execute the algorithm below using 9 for "number".

Question 1C: Draw a flowchart for the algorithm below and have it checked by the TA (it will not be submitted).

Algorithm:

type "1"

compute 0.5 * (1 + number)

type computed value below the "1" in your file

while (the last two values are more than 0.00001 apart) do

compute 0.5 * ( last value + ( number / last value ) )

type computed value at the bottom of the list

endwhile

Compute the final answer by rounding the last value to 4 decimal places type the computed value at the bottom of the list

You have to satisfy the requirements specified in the instruction.

Request for Solution File

Ask an Expert for Answer!!
Data Structure & Algorithms: Compute the final answer by rounding the last value to 4
Reference No:- TGS0944357

Expected delivery within 24 Hours