Starting Out with Visual C#, 4th Edition
Chapter 6 Modularizing Your Code with Methods
1. In general terms, a program that is broken into smaller units of code such as methods, is known as a____________. a. tiered project solution b. method-based solution c. modularized program d. divisional program