write c++ program and make flowchart Considering the current vaccination process for COVID 19 in Pakistan. Registration for people having age 30 or above have been started. Design a C++ program that registers the people for vaccination through their CNIC number, name, and age. By checking the age inform them if they are already vaccinated, registered or not yet eligible. Keep the count of people coming for each given condition. Remember program will only terminate if you press ‘n’ and will continue if pressed ‘y’. Design the flowchart also.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.6: Nested Loops
Problem 2E
icon
Related questions
Question

write c++ program and make flowchart

Considering the current vaccination process for COVID 19 in Pakistan. Registration for people having age 30 or above have been started. Design a C++ program that registers the people for vaccination through their CNIC number, name, and age. By checking the age inform them if they are already vaccinated, registered or not yet eligible. Keep the count of people coming for each given condition. Remember program will only terminate if you press ‘n’ and will continue if pressed ‘y’. Design the flowchart also.

Considering the current vaccination process for COVID 19 in
Pakistan. Registration for people having age 30 or above have
been started. Design a C++ program that registers the people
for vaccination through their CNIC number, name, and age. By 30 –- 40
checking the age inform them if they are already vaccinated, >40
registered or not yet eligible. Keep the count of people coming
for each given condition. Remember program will only terminate if you press 'n' and will continue if pressed 'y.
Design the flowchart also,
Age
Condition
Not Eligible
Registered and eligible
Already Vaccinated
<30
Transcribed Image Text:Considering the current vaccination process for COVID 19 in Pakistan. Registration for people having age 30 or above have been started. Design a C++ program that registers the people for vaccination through their CNIC number, name, and age. By 30 –- 40 checking the age inform them if they are already vaccinated, >40 registered or not yet eligible. Keep the count of people coming for each given condition. Remember program will only terminate if you press 'n' and will continue if pressed 'y. Design the flowchart also, Age Condition Not Eligible Registered and eligible Already Vaccinated <30
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Structure chart
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr