You are on page 1of 7

UNIVERSITI TEKNOLOGI MARA PERAK

BRANCH, TAPAH CAMPUS


35400 Tapah Road

College of Computing, Informatics and Media

INTRODUCTION TO ALGORITHM
DESIGN AND DEVELOPMENT (CSC121)

GROUP PROJECT
(GROUP 2)

Student ID Student Name

Group A4CS1101A

Diploma Computer Science

Prepared for
CSC121 - PROJECT (SEQUENTIAL)

1. A group may only consist of 2-3 members


2. Convert the following given question based on Flowgorithm & Diagrams.net
3. At the end of the program design, the following requirements must be
completed:
a. For main program:
i. Only declaration & initialization 5
ii. Only one big exit loop 5
iii. Only function invocation 5
b. For function:
i. At Least two void function 10
ii. At Least two non-void function 10
iii. At Least one return by reference 5
iv. At Least one reusable invocation 5
v. Any extra form one of the above 5
c. The submission must be in:
i. One flowgorithm *.fprg file 25
ii. One diagrams.net *.pdf file 25
MAIN
FUNCTION FOR DISPLAY TITLE

FUNCTION FOR ASK STRING


FUNCTION FOR ASK INTEGER
FUNCTION FOR TOTAL

FUNCTION FOR DISPLAY BILL


FUNCTION FOR TOTAL COLLECTION

FUNCTION FOR DISPLAY SUMMARY

You might also like