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
6
7
36
37
38
39
40
43
44
Computer Science & Information Technology
You might also like to view...
Procedure A has important data in both S and T registers and is about to call procedure B. Which registers should A store on the stack? Which registers should B store on the stack?
What will be an ideal response?
Computer Science & Information Technology
Each dot in an image is assigned a code number for its color.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology