CMPS-2020 - Programming II - Data structures and algorithms
Prepare for this course over the Winter break.


Submit a text file • Change to your 2020/0/ (zero) directory. • Create a text file named: survey2020.txt • Put your name on the top line. • Answer the following questions... 1. What operating system is running on your personal computer at home? Provide the name and version number please. 2. How much memory does the following array use? int arr[5][4]; 3. How many times will hello be displayed? for (int i=1; i<99; ++i) cout << "hello "; 4. Name an important feature of the C++ programming language. Please write carefully. Leave one or two blank lines at the bottom of your text file. Thanks.