Solved-Create a webpage that allows the user to provide numbers-Solution

$35.00 $24.00

Create a webpage that allows the user to provide numbers to your program either one at a time or as a comma separated list. The user will submit each single or group of numbers by pressing a button. This button may be pressed as many times as desired by the user. (4 marks) Your program…

You’ll get a: . zip file solution

 

 
Categorys:
Tags:

Description

5/5 – (2 votes)

Create a webpage that allows the user to provide numbers to your program either one at a time or as a comma separated list. The user will submit each single or group of numbers by pressing a button. This button may be pressed as many times as desired by the user. (4 marks)

Your program will separate the numbers provided into even and odd groups. (6 marks)

It will also display the sum and average of all the even numbers and the sum and average of all the odd numbers entered to that point. (6 marks)

Make sure the display is nicely formatted.

Validations:

Do not allow 0’s (2 marks)

Make sure numeric data (2 marks)

Hand in by uploading your zipped file(s) to eConestoga. Also demo your working application to the instructor.

Enhancements:

Only allow numeric keys to be accepted