Question
Question 3. 20 points. Everything in this question should go in the q3 folder. The file should be named index.html. Make the title of this
Question 3. 20 points. Everything in this question should go in the q3 folder. The file should be named index.html. Make the title of this page: (Your Name)s Middle of Three Numbers This will be identical to the previous question, except with report the middle value! Here, a middle number is defined by the number (out of three total) is that not larger than the largest and not smaller than the smallest. Include the necessary html documentation using comments. Make sure that you include your name, class number, section number, and the date. Create these empty div element(s) on the screen: results Put three input text boxes on the screen and a button. Label the first box as Enter the first number. and the second Enter the second number. and on the third Enter the third number. Put a button on the screen with the text that reads Determine the larger number. When the user enters three numbers and clicks the button, the results div box should print which of the three numbers is in the middle (First or Second or Third) along with the middle. This output should be written as a complete sentence, such as The first number (18) is the middle value. Commonly asked questions: What if all three numbers are the same? Then your work is easier: print the only number.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started