Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Pls help me solve this using dev c++ . i would be so grateful PART B (ESSAY QUESTIONS) - 30 MARKS Coronavirus Disease 2019 (COVID-19)

Pls help me solve this using dev c++ . i would be so grateful

image text in transcribed

PART B (ESSAY QUESTIONS) - 30 MARKS 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 0 Green 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 districtName District name (30 characters) totalCase Total number of cases (integer value) readingCase An array that keep FIVE (5) numbers of case readings (integer value) of FIVE (5) days indicator Indicator based on Table 1(10 characters) -18- CONFIDENTIAL (BITG 1233) CONFIDENTIAL 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 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 (30 marks)

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

Database Basics Computer EngineeringInformation Warehouse Basics From Science

Authors: Odiljon Jakbarov ,Anvarkhan Majidov

1st Edition

620675183X, 978-6206751830

More Books

Students also viewed these Databases questions

Question

4. Give recommendations:

Answered: 1 week ago