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 XHTML text that displays a line containing the same number of adjacent asterisks.
For example, if your program reads the number 7, it will output XHTML text that displays
******* asterisks.