One interesting application of computers is the drawing of graphs and bar charts (sometimes called “histograms”). Write a script that reads five numbers between 1 and 30. For each number read, output HTML text that displays a line containing that num- ber of adjacent asterisks. For example, if your program reads the number seven, it should output HTML text that displays *******.
What will be an ideal response?
```
1
2
3
4
5
6
7
8
9
25
26
27
28
Click Refresh (or Reload) to run this script again.
29
30
```
You might also like to view...
Which command compiles the Java source code file Welcome.java?
a. cd Welcome.java b. javac Welcome.java c. java Welcome.java d. compile Welcome.java
Which of the following is NOT a method for sharing files with others?
A) Saving a PowerPoint presentation for viewing on the Web B) Importing a Web site into PowerPoint C) Importing Word outlines into PowerPoint D) Exporting PowerPoint slides into Word
A workbook marked as final cannot be password protected
Indicate whether the statement is true or false
Which type of memory holds data permanently, even when the power is turned off?
A. CMOS B. ROM C. RAM D. hard drive