README.TXT 492B

Allison Ziegler
MicroLabs-Loops-NumberTrianglesTables
5/24/2018

Changes made from readme instructions to get tests to pass:

In TriangleUtilities --

Class name is TriangleUtilities, not Triangle.
getLargeTriangle() test looks for a base of nine, not ten.

In NumberUtilities --

getExponentiations() readme says there's a step field (there's not).
getExponentiations() readme says not to include the stop value --
tests pass when you do include the stop value.