Challenge for A Library of Classes
Challenge
The Java Library includes a Class known as StringBuilder. It has a constructor that takes no parameters (you don't need to worry about other details). In one line of code, declare and create a new StringBuilder instance named bigString
.
Please sign in or sign up to submit answers.
Alternatively, you can try out Learneroo before signing up.