Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The program must contain the following user-defined functions: d. read(): This function reads/gets the data for THREE (3) district names and FIVE (5) number of

image text in transcribedThe program must contain the following user-defined functions: d. read(): This function reads/gets the data for THREE (3) district names and FIVE (5) number of case readings of FIVE (5) days for each district. e. total_and_indicator(): This function will calculate the total number of cases and determine the colour zone indicator for each district. f. display(): This function displays all required data - the district name, the total number of cases and the zone indicator

Coronavirus Disease 2019 (COVID-19) is an infectious disease that can cause respiratory illness. To combat this infectious disease from spreading, the Malaysian government introduced the Colour Zone Indicator to classify affected areas as Green, yellow, Orange and Red based on the number of cases as shown in Table 1. Table 1: Zone Classification Number of cases Indicator Green 0 1 - 20 Yellow 21 - 40 Orange 41 and above Red Write a program that can read and keep the records of cases. The structure of the data named Classify and its fields is as follows: Record Field Description district Name District name (30 characters) total Case reading Case Total number of cases (integer value) An array that keep FIVE (5) numbers of case readings (integer value) of FIVE (5) days Indicator based on Table 1(10 characters) indicator

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

1. Identify the sources for this conflict.

Answered: 1 week ago