cpp.arrays.0: Using C++ to Create a Megamillions Program
Submitted by rdjere on Sat, 06/02/2012 - 12:36
Learning Objectives:
- Explain how Megamillions works.
- Explain pseudocode.
- Explain what an array is.
Explain the difference between a C++ array and a C++ vector.- Explain how to create a C++ array.
- Walk through writing the Megamillions program.