안녕하십니까, 제일 기초적인 알고리즘 수업을 듣고 있는 학생입니다. 과제중 hierarchy chart를 그리라는 질문을 받았는데요, 이것에 대해서는 배운게 하나도 없어서 질문 드립니다!
Suppose that you are asked to write a program that computes the average (mean) of three numbers entered by the user.
36. Draw a hierarchy chart for this program that reflects the following basic tasks.
Display Welcome Message
Input Data
Calculate Average
Output Results
37. Write pseudocode for the main module and Display welcome Message module.
38. Write pseudocode for the Input Data, Calculate Average, and output results modules.
38번은 알것같은데 37번은 어떻게 해야할지 감이 안오네요. 메인 모듈이 뭔지도 잘 모르겠구요..
도와주시면 감사하겠습니다! (__)