Determine and print the smallest and largest values


1. Write JavaScript statements to accomplish each of the following tasks: Display the value of the seventh element of array f. Initialize each of the five elements of one-dimensional array g to 8. Total the elements of array c, which contains 100 numeric elements. Copy 11-element array a into the first portion of array b, which contains 34 elements. Determine and print the smallest and largest values contained in 99-element floatingpoint array

2. Use a one-dimensional array to solve the following problem: A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a salesperson who grosses $5000 in sales in a week receives $200 plus 9 percent of $5000, or a total of $650. Write a script (using an array of counters) that obtains the gross sales for each employee through an HTML5 form and determines how many of the salespeople earned salaries in each of the following ranges (assume that each salesperson's salary is truncated to an integer amount):

$200-299

$300-399

$400-499

$500-599

$600-699

$700-799

$800-899

$900-999

$1000 and over

 

Solution Preview :

Prepared by a verified Expert
Business Economics: Determine and print the smallest and largest values
Reference No:- TGS02380412

Now Priced at $20 (50% Discount)

Recommended (90%)

Rated (4.3/5)