Question: please solve this for me in C++ Question #1: Covid Vaccine Program ( 6 pts) In this question, you are asked to write a program

Question \#1: Covid Vaccine Program ( 6 pts) In this question, you are asked to write a program to understand natural tanguage. The user will enter the input following the format: FirstName_LastName@NumbertaNumber2 For example: Robin_Moring@1\#2 Assume a perfect user will follow the exactly above formats for the inputs. Your program should be able to analyze the key words (Name, Number1 and Number2) from the inputs and display the outputs in the following format. You must use if-else statement to display the correct place. LastWame, FirstName has complotod Number2 dose(s) of Covid 19 vaccine at Place*: If the Number2 is less than 3, your program should also display the following message: Please complete the remaining N dill dose(s) soon. Take carel If the Numberf is not listed in the table or Not Available, your program should ask user for a now input. N=3 - Number2 - Here is a list of Place that your program should display according to the input Numberf. Hints: You may use string functions: at(), length(), substr(), stoi(), find() to solve this question. Your program should be able to ask user for new input of user's information for estimation until get the input Yes from the user. Following are sample screen shot to Allustrate the expected behavior of your program. User input at the keyboard is marked with a red circle Please note: Your program must display the same information but the output can be formatted differently. Meleoste to Covid Vaceine. Progrand. Please enter the input information : For example, Robin Moringiez Robn_Morincoge? Morin, Robin has completed 2 dose(s) of Covid 19 vaccine at Pharmacy. please complete the remaining 1 dose(s) soon. Take caret Thank you for using covid Vaccine Program! Figure 1 The output Example 1 of Question 1 Figure 2 The output Example 2 of Questiont Question \#2: Covid Vaccine Appointment Program (8pts) In this question, you will write a program to help the resident book Covid vaccine program. Here are the detail requirements that your program should follow: If you completed 3 doses, you do not need to book any appointments. If you completed less than 3 doses, you need to book the appointment based the user's entered age
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
