...

/

Exercise 2: Padding & Justifying

Exercise 2: Padding & Justifying

Justify a string by padding it.

Problem statement

There’s a method that allows us to justify a string by paddingpadding it with another string.

Look for that method by skimming ...