Right
Fill
Returns a String object of the specified length; fills
the right with the indicated value.
Inputs
- String
- A String object.
- Fill string
- The String object that is used to fill the right.
- Length
- An integer that specifies the length of the String object
to be returned.
Output
Returns the specified String object, filled with the specified
value.
