Before high resolution displays became common, computer terminals were often used to display graphs of equations using only text characters. A typical technique was to create a verticalo graph by spacing over on the screen, then displaying an *. Write a program that displays the graph of an increasing frequency sine wave this way. The program should ask the used for the initial step-size in degrees and the number of lines of the graph to display.


Im a little confused about how to go about writing this program. Im looking at my book and theres different kinds of loops, and I cant figure out which one to use. If anyone could push me in the write direction I would really appreciate it. I dont need a written program just what I more or less need to do.