Problem:
Question: Design and implement a JavaScript program to accomplish the following:
Case 1: Accepts 4 numbers iteratively using a loop
Case 2: Computes the sum and average of the numbers
Case 3: Determines the biggest and smallest of the numbers.
Case 4: Displays the numbers entered, sum, average, smallest and biggest in a tabular form.
Show your coding and work.