Using C programming and using Structures or Unions in your program, build a COVID vaccine registration form where any user can register by filling in their First Name, Last Name, Date of Birth (mm/dd/yyyy), Dose number (1 or 2), Date of previous dose, Type of vaccine (e.g. Pfizer, Moderna, Johnson & Johnson etc.), Residential zip code. Upon registration, the system must output a 8 letter alphanumeric code that will be unique to that user. The code is generated as Add functionality in your program such that it will display all the

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question

Please use C

Using C programming and using Structures or Unions in your program, build a
COVID vaccine registration form where any user can register by filling in their
First Name, Last Name, Date of Birth (mm/dd/yyyy), Dose number (1 or 2),
Date of previous dose, Type of vaccine (e.g. Pfizer, Moderna, Johnson &
Johnson etc.), Residential zip code.
Upon registration, the system must output a 8 letter alphanumeric code that will
be unique to that user. The code is generated as <First letter of First
Name><First Letter of Last Name><current age of user -as of registration
date><First letter of Vaccine type><last 3 numbers of zipcode>
Add functionality in your program such that it will display all the
user's information on the screen (one item in each line).
Show an evaluation trial for registering at least 10 users. For registration, for
relevant questions, users must choose values based on the options provided.
Use pseudo values instead of actual personal details.
(Hint: Write a program that contains main(), register(), generate_code() and
retrieve() functions, at the least).
Transcribed Image Text:Using C programming and using Structures or Unions in your program, build a COVID vaccine registration form where any user can register by filling in their First Name, Last Name, Date of Birth (mm/dd/yyyy), Dose number (1 or 2), Date of previous dose, Type of vaccine (e.g. Pfizer, Moderna, Johnson & Johnson etc.), Residential zip code. Upon registration, the system must output a 8 letter alphanumeric code that will be unique to that user. The code is generated as <First letter of First Name><First Letter of Last Name><current age of user -as of registration date><First letter of Vaccine type><last 3 numbers of zipcode> Add functionality in your program such that it will display all the user's information on the screen (one item in each line). Show an evaluation trial for registering at least 10 users. For registration, for relevant questions, users must choose values based on the options provided. Use pseudo values instead of actual personal details. (Hint: Write a program that contains main(), register(), generate_code() and retrieve() functions, at the least).
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Reference Types in Function
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
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning