
Picture
Picture(String a, String b)
This function prints a string or values in a string in a predetermined format.
Parameters
- a - A String value to be formatted according to the picture format.
- b - A String value representing the way you want the characters in the string to be printed.
Return value
The return value is a string.
Examples
- The return value of the following statement is Brother Tom.
Picture("Brother", "XxXXxxx Tom")
- The return value of the following statement is He is Tom.
Picture("He Tom", "xx is")
