Can someone write a program code in JAVASCRIPT that completes the following task:. -Ask for the number of people coming to Thanksgiving dinner. - Ask for the number of votes for each pie type. - continually ask the user for the number of votes for each pie type until a viable vapue is found. A checkVotes() function will be used to check that the number of votes given is acceptable based on the number of people accepting dinner. -update the number of votes for each pie (3 pies) as well as the number of total votes from guest. - print the votes for each pie type, the total vote count, and the number of people who did not vote. It should out put this

Can someone write a program code in JAVASCRIPT that completes the following task Ask for the number of people coming to Thanksgiving dinner Ask for the number o class=
Q&A Education