Write a script based on the program of Exercise 18.13 that inputs several lines of text and uses String method indexOf to determine the total number of occurrences of each letter of the alphabet in the text. Uppercase and lowercase letters should be counted together. Store the totals for each letter in an array, and print the values in tabular format in an HTML TEXTAREA after the totals have been determined.

What will be an ideal response?


```

1

2

3

4

5 Solution: 18.14

6

7

36

37

38

39

40



41

42


43

44
Computer Science & Information Technology

You might also like to view...

A saved Action file will have a(n) ____ extension.

A. ATN B. PNG C. ACT D. JPG

Computer Science & Information Technology

Most databases can import electronic data from other software applications

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following statements about Swing GUI components is false?

a. Swing components are less portable but more flexible than the original Java GUI components from package java.awt. b. Most Swing components are written completely in Java. c. Swing components allow the user to specify a uniform look-and-feel across all platforms. d. Swing components allow the user to change the look-and-feel while the program is running.

Computer Science & Information Technology

Digital videos look sharpest when they are displayed at a resolution that is larger than the frame size.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology