Question: Please Put this is in JavaScript . create a single-web page application . Plus include the CSS . Factorial UI: textbox for input, label for

Please Put this is in JavaScript .

create a single-web page application . Plus include the CSS .

Factorial

UI: textbox for input, label for output, button for processing

INPUT: number

Processing: calculate the factorial of the input number

OUTPUT: factorial with a visual representation of the calculation performed, for example, if 5 is inputted, the output would be: 5 x 4 x3 x 3 x 1 = 120. *** also include a link back to the original page at the bottom of the output

Math Calculations

UI: button for starting processing, prompt input boxes, 1 or more labels for output .

INPUT: Numbers

PROCESSING: Calculate the sum, average, high, low of the numbers inputted; when user enters CRLF (enter) stop requesting input and output the four required values sum, average , high and low

OUTPUT: **also include a link back to the original page at the bottom of the output.

String Manipulation

UI: button for starting processing, prompt input boxes, 1 or more labels for output string in first prompt input box, number in second prompt input box - the number.

INPUT: Input must be less than or equal to the number of characters in the previously inputted string

PROCESSING: locate the character in the string that is at the position of the number inputted, concatenate the string to itself the number of times as the number inputted, reverse the letters in the string . OUTPUT: The string inputted, the character in the string at the position of the number inputted, the string concatenated the number of times as the number inputted and the string reversed, for example, if frog and 3 is inputted, the three output values would be : frong, o, frogfrogfrog,gorf, **also include a link back to the original page at the bottom of the output.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!