We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b1bdd commit 074a12cCopy full SHA for 074a12c
src/main/java/com/booleanuk/extension/Extension.java
@@ -40,7 +40,7 @@ public StringBuilder two() {
40
StringBuilder sb = new StringBuilder();
41
42
// 1. Using the sb variable above, add "Hello, world!" to the StringBuilder
43
- // 2. After adding the message, reverse it
+ // 2. After adding the message, use an appropriate StringBuilder method to reverse it
44
// WRITE YOUR CODE BETWEEN THIS LINE...
45
46
0 commit comments