1 / 3

SOFTWARE DEVELOPMENT METHOD

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. .

stacie
Download Presentation

SOFTWARE DEVELOPMENT METHOD

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SOFTWARE DEVELOPMENT METHOD EXERCISE

  2. 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

  3. 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.

More Related