A simple sounding task for today’s lesson.
Create a program that displays a triangle made of stars, it should be 5 stars in height. The output should look similar to the image at the side of the screen.
We could put in 100 lines to generate the random number and 100 lines to add it to the list box or we can just make use of a FOR…NEXT loop.
This unconditional loop uses an incrementing counter (called counter in the example program) to control the number of repetitions of the loop. Everything between the FOR and NEXT lines is repeated.
What would happen if we wanted to check that the random number generator was really random? How could we test that the numbers are random? Answer after the jump.
Glow Blogs uses cookies to enhance your experience on our service. By using this service or closing this message you consent to our use of those cookies. Please read our Cookie Policy.