- The user should be able to enter a number into a number input with
- id='number-statistics-number-input'
-
-
They should then be able to click a "submit" button with id='number-statistics-button'
-
- Clicking the submit button will add that number to a list with
- id='number-statistics-numbers'. There should be three paragraphs on the
- page: id='number-statistics-average', id='number-statistics-maximum',
- and id='number-statistics-minimum'.
-
-
- The first paragraph should show the average of all the numbers,
- the second paragraph should show the maximum value,
- and the third paragraph should show the minimum value.
-
+
+ The user should be able to enter a number into a number input with id='number-statistics-number-input'
+
+
+ They should then be able to click a "submit" button with id='number-statistics-button'
+
+
+ Clicking the submit button will add that number to a list with id='number-statistics-numbers'. There should be three paragraphs on the page: id='number-statistics-average', id='number-statistics-maximum', and id='number-statistics-minimum'.
+
+
+ The first paragraph should show the average of all the numbers, the second paragraph should show the maximum value, and the third paragraph should show the minimum value.
+