Task 2. Client-Side Program Implement the client-side requirements (non-graphical user interface) and then provide code snippets for each function with clear explanation/comments of key statements used. i. To allow for keyboard input by the user. The inputs would include the employee ID, employee name, number of doses, and vaccination status (unvaccinated, partially vaccinated, and fully vaccinated). The same will be send to the server. The input field must be validated as necessary. ii. To receive the calculated percentage for each segment of employees from the server and display them. The display should include the percentage of fully vaccinated, the percentage of partially vaccinated, and the percentage of unvaccinated employees.
Task 2. Client-Side Program
Implement the client-side requirements (non-graphical user interface) and then provide code snippets for
each function with clear explanation/comments of key statements used.
i. To allow for keyboard input by the user. The inputs would include the employee ID, employee
name, number of doses, and vaccination status (unvaccinated, partially vaccinated, and fully
vaccinated). The same will be send to the server. The input field must be validated as necessary.
ii. To receive the calculated percentage for each segment of employees from the server and display
them. The display should include the percentage of fully vaccinated, the percentage of partially
vaccinated, and the percentage of unvaccinated employees.
Step by step
Solved in 2 steps