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