Had to delete some parts of the solution so i can post here. Question is solved after just 27 tries but still have some questions = 🤡 1🤡 what is with String result, whats the purpose if anyway result *= s. 2🤡 why first i = 1 and second i = 0 ? it gives same 5 outputs with first and second i (both) = 1. just wont pass the requirements if they r same "1". any thoughts ? thaaank youu public class StringHelper { public static String multiply(String s) { 🤡String result = ""; 🤡 for (int i = 1; i <= 5; i++){ public static String multiply(String s, int count) { String result = ""; 🤡for (int i = 0; i < count; i++){ public static void main(String[] args) { String s = "Amigo"; System.out.print(multiply(s)); p.s. I got my sixth promotion this week, and I still don't know what I do!