One interesting application of computers is drawing histograms based on scientific data entered. Write a program that reads 6 numbers between 1 and 40.
For each number read, the program should print a line containing that number of adjacent asterisks.
Requirements: Use a for loop to scan the six numbers.