I am in the process of taking my first java programming class, and this question may be simple for some of you. Here is the question..
Write an application that reads five numbers between 1 and 30. For each number that is read, your program should display the same number of adjacent asterisks. Display the bars of asterisks after you read all five numbers.
I am wondering what way some of you would solve this problem. I am having trouble writing code that takes an input and displays the same amount of asterisks. Any help is much appreciated. Thanks!