You are on page 1of 5

Lists to submit:

1. Cover Page (PB/PTP/MTP/2019)


2. Form mark Assignment 2
3. Question
4. Answer (Either printed or hand written)
Due date submit assignment 2 is 9/February/2020)
PB/PTP/MTP/2019

KOLEJ MATRIKULASI JOHOR

Student’s Name: Matric No.:

Course & Course Code: Semester: Session:

Title :

ASSIGNMENT 2 EVALUATION:

Items Marks

Problem analysis, /6
precision and clarity
of pseudocode
Structure /8

Result /2
Neatness and /2
organization
Submission /2
TOTAL /20

TOTAL MARK /20

TOTAL % (Continuous Assessment) / 10


PB/PTP/MTP/2019

STUDENT’S DECLARATION
Student’s Declaration (*** For assignment only)
I declare that this task is my own work except for the citations and summaries of which I
acknowledged the source.
Signature: ___________________
Date: _______________________

CONTINUOUS ASSESSMENT FEEDBACK

Feedback and
comment

Date :
Examiner Name & Signature:
Student’s confirmation

I declare that I have understand the feedback given by the lecturer.

Signature: ___________________
Date: _______________________
Assignment 2

FLOWCHART (Selection – Nested if)

2 = Complete 1 = Incomplete 0 = None

Assessment
Item Criteria
2 1 0

Input is correctly identified.


Problem analysis,
precision and clarity of Process is correctly identified.
flowchart
Output is correctly identified.

Flowchart is correctly drawn.

The symbol is completely labelled.


Structure
Complete and concise flowchart.

The flowchart of the problem is capable of solving


the problem completely.

The flowchart produce expected output with correct


Result
format

Neatness and The flowchart is presented in a neat, clear and easy


organization to read.

Submission Assignment is submitted within time frame.

Total (20)

Type Price
Assignment 2
1. Shirt / Cloth RM 15 per kilo

2. Blanket / Towel RM 6 per kilo

3. Comforter RM 10 per kilo


A price calculation system on KD laundry has been specially designed. The calculations are as
follows:

Only one type can be washed at any one time. The KD laundry also discounts its customers
based on the following rates:

Sales Discount total

> = RM 30 10% of the total price

> = RM 20 and <RM 30 5% of Total Price

> = RM 15 and <RM 20 3% of Total Price

< RM 15 0%

Calculate the price that the customer must pay after taking into account the discount given.

Write a problem analysis, pseudo code, flowchart complete program to solve the above problem.

You might also like