3. Write a function RightFill(s, n) which fills the string s with blanks from the right until its total length is n char
Posted: Mon Jun 06, 2022 11:19 am
3. Write a function RightFill(s, n) which fills the string s with blanks from the right until its total length is n characters. If s is longer than n characters, it must be truncated.