Program this on c++ In recent years, Pakistani motorcycles industry has been among the fastest in the World. Indeed, the milestone of 1 million units has been hit for the first time only in the 2015 and now the market is already running towards the 2 million annual sales. Following the over 1.4 million sales achieved in the 2017, the market further boomed in the 2018, with a record of 1.9 million sales up 6.6%, and scoring the All Time Record. The Atlas Honda Bikes Company has advertised the prize scheme. You have to design an application for them, so that there should be no manual records. This prize scheme software must have following features: Registration Module It Includes bio-data entry Salary First Name Last Name Unique Pin(3 digits randomly generated pin ) Contact Number First of all enter the salary of a person, if salary is less than 50,000 then person is eligible for the registration otherwise it is ineligible. No more than 100 member are registered for this scheme. Make a separate function for this module. Data Storage The data of registered members must be stored in 1D array. Each of the following data must be store in separate array. First Name Last Name Unique Pin(3 digits pin) Contact Number Salary Lucky draw Module This module should do Lucky draw. One member should be selected randomly for the prize (free bike) and the member should be selected from register members on the basis of unique pin. If on one is selected for prize, print “No one win the free house. Better Luck Next Time” and run this module again until one person is selected for prize. Make a separate function for this modu
Program this on c++
In recent years, Pakistani motorcycles industry has been among the fastest in the World. Indeed, the milestone of 1 million units has been hit for the first time only in the 2015 and now the market is already running towards the 2 million annual sales. Following the over 1.4 million sales achieved in the 2017, the market further boomed in the 2018, with a record of 1.9 million sales up 6.6%, and scoring the All Time Record.
The Atlas Honda Bikes Company has advertised the prize scheme. You have to design an application for them, so that there should be no manual records. This prize scheme software must have following features:
- Registration Module
It Includes bio-data entry
- Salary
- First Name
- Last Name
- Unique Pin(3 digits randomly generated pin )
- Contact Number
First of all enter the salary of a person, if salary is less than 50,000 then person is eligible for the registration otherwise it is ineligible. No more than 100 member are registered for this scheme. Make a separate function for this module.
- Data Storage
The data of registered members must be stored in 1D array. Each of the following data must be store in separate array.
- First Name
- Last Name
- Unique Pin(3 digits pin)
- Contact Number
- Salary
- Lucky draw Module
This module should do Lucky draw. One member should be selected randomly for the prize (free bike) and the member should be selected from register members on the basis of unique pin. If on one is selected for prize, print “No one win the free house. Better Luck Next Time” and run this module again until one person is selected for prize. Make a separate function for this module.
![](/static/compass_v2/shared-icons/check-mark.png)
Step by step
Solved in 4 steps with 8 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)