안녕하세요.App Dev 을 하고나서 CollegeBoard 에 Personalized Project Reference (PPR) 에서 procedure 을 하나 제출 해야 하는데요.
Direction 에 다음과 같이 나와 있었습니다.
The first-program code segment must be a student-developed procedure that: Defines the procedure's name and return type (if necessary), Contains and uses one or more parameters that have an effect on the functionality of the procedure, Implements an algorithm that includes sequencing, selection and iteration
제 procedure 에 sequencing, selection, iteration 세 가지를 다 사용 해야 된다는 말인가요?
혹시 제 질문이 선생님 강의에 관련된 것이 아니라면 죄송합니다ㅠㅠ
선생님 강의 잘 듣고 있습니다.
감사합니다.
질문 잘 해줬어요^^
제출할 프로시져 하나에 위 세가지 요소가 다 들어가야 합니다. 즉, 룹을 사용하고 어디엔가 if를 사용해야만 하죠.
Sequencing은 라인이 두개 이상만 있어도 되나 쉽지만, 룹을 쓰려면 리스트를 사용하는게 좋을거에요.
이 프로시져에 파라미터기 최소 하나 들어가야 하는것도 잊지마세요!