Page 1 of 1

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
by answerhappygod
3 Write A Function Rightfill S N Which Fills The String S With Blanks From The Right Until Its Total Length Is N Char 1
3 Write A Function Rightfill S N Which Fills The String S With Blanks From The Right Until Its Total Length Is N Char 1 (19.13 KiB) Viewed 28 times
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.