This document discusses principles of good programming style. It provides guidelines for programming style, including using consistent indentation and bracing, appropriate variable names, and avoiding reserved words. It also describes the structure of QBasic programs, including common I/O statements like INPUT, PRINT, and line numbers. Examples are given to illustrate taking input, performing calculations, and outputting results in QBasic. Readers are instructed to practice these programming style techniques and work through examples in their manual.