"Hi, Amigo!"

undefined
16
Task
Java Multithreading, level 7, lesson 2
Locked
Getting rid of labels
Get rid of the labels in the isSubstringPresent method, but preserve its logic. The method returns true if substring is a substring of string, otherwise false. The code should not have break and continue statements.
undefined
8
Task
Java Multithreading, level 7, lesson 2
Locked
The required statement
Insert a single statement (not a break statement) to the code in order to display a triangle of S's.