Link Search Menu Expand Document

Progress Bar - 2

Change your Progress Bar program from Lesson 0 to also print the percentages along with the progress like this:

screenshot

Hint 1: You can use the String.PadLeft() or String.PadRight() methods to insert as many spaces as you need.