public class Solution { public static void main(String[] args) { //write your code here String s = print(); System.out.println(s); } public static String print() { String text = ("I want a big salary, and that's why I'm studying Java"); for (int i = 0; i <= 10; i++) { } return text; } }