You are on page 1of 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