Page 1 of 1

Consider a college that conducts short courses. Course fees are computed based on basic fees and discounts given. There

Posted: Fri May 20, 2022 6:18 pm
by answerhappygod
Consider A College That Conducts Short Courses Course Fees Are Computed Based On Basic Fees And Discounts Given There 1
Consider A College That Conducts Short Courses Course Fees Are Computed Based On Basic Fees And Discounts Given There 1 (58.3 KiB) Viewed 47 times
Consider a college that conducts short courses. Course fees are computed based on basic fees and discounts given. There are three discount levels based on age: level 1 (no discount), level 2 (for children, ages 12 to 18), and level 3 (for senior citizen, ages 60 and above). You are to design an application for the college to allow a person to register for a course. Once the registration process is completed, the application displays the registration information (including course fees). The information needed for registration is name, identification card (IC) number, age, and title of the selected course. The application saves the registration information in a database. Note: The application does not handle payment. (a) Assume the application is to be developed based on the structured approach. Create a hierarchical decomposition for the application showing in a structure chart. Ensure it is a good design in terms of modularity, cohesion, and coupling. Note: Restrict your design to a maximum of 5 functions including the main function.