One interesting application of computers is drawing graphs and bar chart. Write a C program that reads five numbers (each between 1 and 25). For each number read, your program should print a line containing the number of adjacent asterisks. For example, if your program reads the number 5, it should print * * * * *.