ICP Report

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 10

DOMAIN :

MODULE LECTURE : Dr. Syed Mohd Zahid Syed Zainal


Arrifin
MODULE CODE : CT108-3-1-ICP (032021-SMZ)
HAND-OUT DATE : 22-6-2021
HAND-IN DATE : 4-7-2021
TEAM MEMBERS
CAO CHAO : TP061926
Table of Contents
1.0 introduction
2.0 input & output
3.0 Program design
3.1 Flowchart
3.2 Pseudocode
1.0 introduction
COVID-19 vaccination is a safer way to help build virus protection and end

pandemics. This has led pharmaceutical companies to race against time to

develop a vaccine to save human lives. The vaccination process has now begun

in many countries, including Malaysia. The warehousing and distribution of

vaccines in Malaysia is done by an authorised pharmaceutical company.

Name of Vaccine Vaccine Code Producing Country Dosage Population Covered (%)
Required
Pfizer PF USA 2 50
Sinovac SV China 2 18.8
AstraZeneca AZ UK 2 10
Sputnik V SP Russia 2 10
CanSinoBio CS China 1 10.9
2.0 input & output
Main title:

1. add vaccine
2.

3.

4.
5.
3.0 Program design
3.1 Flowchart
3.2 Pseudocode
begin

char Name[20];

char Vac_code[2];

char Country[20];

int Dosage;

int Popu_Covered;

int Quantities;

input vaccine Name, code, country, Dosage, population covered and Quantities;

then

white vaccine Name, code, country, Dosage, population covered and Quantities

into "Vaccine.txt";

choose the Quantities increase or decrease;

then

enter vaccine_code;

then

enter increase/decrease number;

then

change the Quantities in "Vaccine.txt";

white the change value into "dist.txt";

then
choose (Check the number of vaccines/List of the number of vaccines

distributed);

if

choise ==Check the number of vaccines

then

enter the vaccine code

if

choise == PF

then

Display pfizer

else choise == SV

then

Display sinovac

else choise == AZ

then

Display astrazeneca
else choise == SP

then

Display sputnik_v

else choise == CS

then

Display cansinobio

else choise == List of the number of vaccines distributed

then

Display and sort a list of all vaccines and allow staff to edit

You might also like