# Practice Exercises

  1. TextFormatter - This class provides static methods for formatting strings. Expand this class by providing overloaded versions of the leftJustify() and rightJustify() methods that allow the padding character to be supplied through the parameter list.
  2. Humanizer - This class provides static methods for "humanizing" names/identifiers.
Last updated on: 9/21/2019, 11:09:56 PM