Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 11 How do you round the number 8.17, to the nearest integer? Math.round(8.17) rnd(8.17) round (8.17) Math.rnd(8.17) 5 pts Question 12 How do

image

image

image

image

image

Question 11 How do you round the number 8.17, to the nearest integer? Math.round(8.17) rnd(8.17) round (8.17) Math.rnd(8.17) 5 pts Question 12 How do you find the number with the highest value of x and y? Math.ciel(x,y) ceil.(x,y) Math.max(x,y) top(x,y) 5 pts Question 13 How can you detect the client's browser name? navigator.appName browser.name client.navName clienName 5 pts Question 14 What is the correct Javascript syntax for opening a new window called "w2" ? O OO w2 = window.new("http://www.w3schools.com"); w2 = window.open("http://www.w3schools.com"); w2 = http://www.w3schools.com 5 pts w2 = open("http://www.w3schools.com"); Question 15 How does a WHILE loop start? while (i

Step by Step Solution

3.28 Rating (157 Votes )

There are 3 Steps involved in it

Step: 1

The detailed answer for the above question is provided below 11 To round the number 817 to the neare... 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

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions