Please create a pseudo code that would allow users to enter


Pseudo Code

Please create a pseudo code that would allow users to enter and submit survey (to store in the database) and display survey results of total entered surveyed:

The survey should display the survey subject title and total five questions. User should be in a position to select Yes/No answer from given dropdown for each question. Upon user selects submit, the program should check that all answers are given by users and then will submit the answer and store into the backend database. The database must have capability to store the total for Yes and No answered for each question by each user as well total number of users submitted the survey. Upon user selects the display survey results option; the website would display survey results retrieved from the backend database. The result must display - Survey Subject, Total Number of Users Submitted the Survey, Each Question and for each question how many percentage (%) answered Yes and how many percentage (%) answered No. These values you will retrieve from the database. The pseudo code must show the calculation of how you are converting (calculating) the total Yes and No answered values for each question in the percentage based on the retrieved values from the database.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Please create a pseudo code that would allow users to enter
Reference No:- TGS01032160

Expected delivery within 24 Hours