30 likes | 136 Vues
This program prompts users to input Air Pollutant Index readings and then displays the corresponding air quality descriptor according to the Department of Environment's Table 1. It aims to provide users with an easy way to interpret API readings and understand the air quality level.
E N D
SOFTWARE DEVELOPMENT METHOD EXERCISE
Exercise 1 Table 1 gives the Air Pollutant Index (API) given by the Department of Environment to describe the degree of air quality. Create a program that requests the API readings as input and then display the appropriate descriptor. • Table 1: Air Pollutant Index • Write a problem analysis for the problem above • Draw flowchart and pseudocode
Exercise 2 Given charges for customer as following: • A minimum rate of RM15.00 per month for usage up to 1000 cubic feet. • RM0.02 per cubic foot for each cubic foot used over 1000 and up to 3000. • RM0.05 per cubic foot for each cubic foot used over 3000. You need to solve the problem using SDM approach to develop a program to show the solution for calculating the gas bill for a customer of Shill Gas Company. • Write the Problem Analysis for this situation. • Draw the flow chart and pseudocode for the program.