One interesting application of computers is drawing graphs and bar chart. prepare 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 ex, if your program reads the number 5, it should print * * * * *.