Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help me complete my uncomplete Javascript and HTML! Please use checkswitch() for javascript!!!! thank you, Lab 5_1 [20 points] Conditional Statements Objectives - Practice

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

Please help me complete my uncomplete Javascript and HTML!

Please use checkswitch() for javascript!!!!

thank you,

Lab 5_1 [20 points] Conditional Statements Objectives - Practice if...else if ... else structure; switch; in JavaScript - Create and use JavaScript functions - Practice debugging and error correction What to do Please follow the steps to complete debugging and function creation tasks. Detailed steps are given in the comments of the lab5_1.js file. Please follow step by step 1. [4 points] Reproduce the following webpage in html which ask the user to input a number from 1 to 5 Input a number from 1 to 5 It will tell whether it is an odd or even number here. 2. Write a function named as checkNum() to a. [4 points] check whether the user's input is a number. Hint: isNaN() function can be used b. [12 points ] check whether the number is in the range and whether it is odd or even. 6 points for making function checkNumIf() using if ... else if ... else structure. 6 points for making function checkNumSwitch() using switch structure Input a number from 1 to 5 It is not a number in the given range. Note in task 2b, please write two different functions checkNumIf(), and checkNumSwitch() which can be used to check the odd or even. Test both functions. Hint: an evenNumber modulus 2 is 0. Edit Selection View Go Run lab5_1.js-Visual Studio Code ted Mode is intended for safe code browsing. Trust this window to enable all features. Manage Leam More Restricted Mode is intended for safe code browsing. Trust this window to enable all features. Manage Learn More

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Horse Betting The Road To Absolute Horse Racing 2

Authors: NAKAGAWA,YUKIO

1st Edition

B0CFZN219G, 979-8856410593

More Books

Students also viewed these Databases questions

Question

Appreciate important legal implications of performance appraisals

Answered: 1 week ago