Question: Basic JavaScript. 1 . Write a script that asks the user to enter 2 numbers, and then output their product. 2 . Write a script
Basic JavaScript.
Write a script that asks the user to enter numbers, and then output their product.
Write a script that prompts the user for a radius, then the volume of a sphere of that radius should be
calculated and printed.
Write a script that prompts the user to keep entering numbers entering to end and keep track of the
minimum value entered. At the end, output the minimum value entered.
Write a script that will prompt the user to enter numbers entering nothing ie clicking OK should end
the input process then sort the numbers using your favorite sorting algorithm and output the sorted
values using document.write you will need to use an array to store the values entered by the user
Note: If you have not completed Data Structures, research Bubblesort as a good baseline
sorter to implement for this purpose.
Write a script that uses a for loop to output the first Fibonacci numbers.
Recall that Fibonacci numbers start with then the previous values are added to get the
next etc. Hint: fnfnfn
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
