Smaller Problems

Classic programmed-learning exercises, refreshed for modern Java and presented in the current MrStyner.com portfolio style.

Modern Java noteThis archive has been refreshed for Java 25 LTS. Core language concepts remain useful, while outdated setup instructions and browser-era Java are labeled or replaced. Java 26 is the current feature release; Java 25 is used here as the stable teaching baseline.
go to previous page   go to home page   hear noise   go to next page

Answer:

By applying the same process to them

Smaller Problems

The two halves of the original line are divided into two, which results in four lines:

We don't have the required 16 equal divisions, so the process is applied to each of the quarter-sized lines:

Now there are 8 pieces. Apply the process to each of those pieces to get:


QUESTION 8:

How do you tell when to stop?