In this section, you'll learn basic PWB procedures by entering a simple C program, ANNUITY.C.
·To start a new file:
1.Move the mouse cursor (“point”) to the File menu on the menu bar and click the left button.
PWB opens the File menu.
2.Point to the New command and click the left button.
You can also do this from the keyboard:
1.Press ALT+F to open the File menu.
2.Press N to choose New.
PWB opens a window with the title Untitled.001.
Starting with your cursor in the upper-left corner of the edit window, type the following comments:
//
// annuity.c - Program to generate a simple annuity table
//
Your screen should appear as follows: