Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Programs to Analyze [7/11]

This program can draw a graph, move the graph with arrow keys and it can zoom in and out using PgUp and PgDn keys.

The function to be drawn is specified in the first statement of the program.

For a better implementation of the zoom, examine the multiline comment inside the source code.

Loading...