#TC1014 #NETO #WSQ13

WSQ13 – Babylonian Method 

This program going to lend to the user a value and then going to show in the screen the square root using babylonian method.

Babylonian Method is based in 4 steps:

  • Step 1: Make a guess.
  • Step 2: Divide your original number by your guess.
  • Step 3: Find the average of these numbers.
  • Step 4: Use this average as your next guess.

Enjoy the program, and if you have any question about that, dont doubt asking me.

Next, I share the image of the program working.

#TC1014 #NETO #WSQ13

(If you want to see the image in full screen, clik on the image).

Here is my code in GitHub, i hope help you 🙂.

Soon I will going to update this post with the steps to make this program run.
Best regards.

_Ernesto Gutiérrez Valdés

#TC1014 #NETO #WSQ13

CC BY 4.0 #TC1014 #NETO #WSQ13 by ernestogtza00817392 is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.