[go: up one dir, main page]

0% found this document useful (0 votes)
643 views3 pages

PSPD IPO CHART ACTIVITY Real

This document contains 4 problem statements for calculating: 1) the area of a triangle, 2) converting meters to kilometers, 3) calculating total library late fees, and 4) calculating total book price based on price per book and quantity of books. For each problem statement, the input, process, and output are defined.

Uploaded by

laurynna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
643 views3 pages

PSPD IPO CHART ACTIVITY Real

This document contains 4 problem statements for calculating: 1) the area of a triangle, 2) converting meters to kilometers, 3) calculating total library late fees, and 4) calculating total book price based on price per book and quantity of books. For each problem statement, the input, process, and output are defined.

Uploaded by

laurynna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

IPO CHART ACTIVITY

Name Student ID
1 LAURYNNA ANN D/O VINCENT 01DDT20F1066
2

Problem Statement 1 : Calculate area of triangle

Input Process Output


Calculate area: Display area
1.Length of base,
2.height Area=0.5*base*height
Problem Statement 2 : Convert meter to kilometer

Input Process Output


Convert meter to kilometer: Display kilometer value
1.The distance in meter Meter value divide 1000=kilometer value

Problem Statement 3 : Calculate total fine for late returning of library books. The rate for fine is RM 0.50 per day.

Input Process Output


Display total fine
Define the total late returning of library books Calculate total fine:

Total fine=(0.50*total number of days*)*total


number of books
Problem Statement 4 : Calculate the total price for the books. The program will accept the price of one book and the quantity of the
book.
Input Process Output
Calculate total price Display total price
1.Define the price for one book Price of a book*quantity of books

2.Define the quantity of the book

You might also like