subject

You will be creating just a single web page in which you are to accomplish a series of small tasks demonstrating familiarity with basic string and array functionality. Have a button that says ‘Detect My Browser’. When the user clicks the button, let them know which browser they are using. As you will have seen in lecture, browser names are not always intuitive. For example, Internet Explorer typically includes the characters ‘MSIE’. For this part, you may assume that the following characters will be present:For Firefox, the string "Firefox" will be presentFor Chrome , the string "Chrome" will be presentFor Safari, the string "Safari" will be presentIf the user is not using any of the above browsers, you can simply output as your result: "You are not using one of the more common browserNote: I am leaving out Internet Explorer as detection involves a certain amount of extra coding that will cause you more time and effort than it is worth. You will, of course, need an if/else-if block for this part. Part 2Have 3 text boxes in which the user enters three numbers. Then have a radio button in which you offer them the option of finding the product, the average, or the sum of the three numbers. When the user selects an option, you should output the result of their choice to a ‘results’ div section at the bottom of your page. You MUST store the numbers inside an array. That is, you may not use separate variables to store the three numbers.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:50
Match the personality traits with their description
Answers: 1
question
Computers and Technology, 22.06.2019 23:00
Suppose s, t, and w are strings that have already been created inside main. write a statement or statements, to be added to main, that will determine if the lengths of the three strings are in order by length, smallest to largest. that is, your code should determine if s is strictly shorter than t, and if t is strictly shorter than w. if these conditions hold your code should print (the boolean value) true. if not, your code should print false. (strictly means: no ties) example: if s, t, and w are "cat", "hats", and "skies" your code should print true - their lengths are 3-4-5; but if s, t, and w are "cats" "shirt", and "trust", then print false - their lengths are 4-5-5 enter your code in the box below
Answers: 2
question
Computers and Technology, 23.06.2019 13:50
Explain how email technologies enable the exchange of messages between users. find out the typical parts of an email address and explain each part.
Answers: 1
question
Computers and Technology, 23.06.2019 14:30
Select the correct answer. andy received a potentially infected email that was advertising products. andy is at risk of which type of security threat? a. spoofing b. sniffing c. spamming d. phishing e. typo-squatting
Answers: 2
You know the right answer?
You will be creating just a single web page in which you are to accomplish a series of small tasks d...
Questions
question
Mathematics, 19.10.2019 21:00
question
English, 19.10.2019 21:00
question
Mathematics, 19.10.2019 21:00
Questions on the website: 13722367