Generate Random Text
Generates a random text.
This activity generates a random text based on the given input size and text case.
Input
Size:
Integer Argument
Input the size of the random text.Text Case: Select the text case in which the random text is to be generated.
ToUpper
- Changes the given text to upper caseToLower
- Changes the given text to lower case
Output
Result:
String Variable
Stores the random text generated in the specified String variable.
Last updated