Skip to main content
Yusuf Dos (Yusuf Dos) 님이 #Trailhead Challenges에 질문했습니다

public class StringArrayTest {

    public static List<String> generateStringArray(Integer m){

        List<string> a=new List<String>();

        for(Integer i=0;i<m;i++){

            a.add('Test'+ i);

            system.debug('My Array '+i);

        }

        return a;

    }

 

}

 

#Trailhead Challenges

답변 4개
0/9000