This document contains code listings for several programs that generate multiplication tables. It shows how to use GO TO, PERFORM multiple times, PERFORM VARYING, and pausing output every 15 lines to avoid a "press enter" bug. The programs get input from the user, perform calculations in nested loops, and output multiplication tables of varying sizes.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
33 views
Lab 5: Using Go To, Looping
This document contains code listings for several programs that generate multiplication tables. It shows how to use GO TO, PERFORM multiple times, PERFORM VARYING, and pausing output every 15 lines to avoid a "press enter" bug. The programs get input from the user, perform calculations in nested loops, and output multiplication tables of varying sizes.