Posts by Bruno Ferreira • 1 point
1 post
-
-2
votes1
answer49
viewsQ: How to Shuffle String Value? (JAVA ANDROID)
The thing is, I’m creating an android app and I prescribe shuffle the value of a string. Example: String name = "Bruno"; Shuffles the string value(name). Output: "ronub"…