WSQ07 – Babylonian Method

Background

creative commons licensed (BY-NC-SA) flickr photo by Sebastià Giralt: http://flickr.com/photos/sebastiagiralt/3085199693
creative commons licensed (BY-NC-SA) flickr photo by Sebastià Giralt: http://flickr.com/photos/sebastiagiralt/3085199693

In this assignment you will write a program to calculate the square root of a number using the Babylonian method. You can search for that method, it will be easy to find.

What to Do

Again, this is Java and object-oriented programming. Don’t lean on your imperative roots but think objects and messages here.

What to Submit

As usual, create a blog post explaining what you did, where you found resources (books, videos, web pages, friends) to help you solve this. Remember to put the tag #WSQ07 on your post so our blog hub picks that up.

You should include your code as a link to GitHub.

And of course, leave any questions here as well as asking those questions on Twitter with the hashtag #TC201 so we all see your question posted there.

CC BY-SA 4.0 WSQ07 – Babylonian Method by Ken Bauer is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Leave a Reply

Your email address will not be published. Required fields are marked *