Question: a. 630 b. 6 3 d. 3 0-3 e, 0-3 f. None of the above 2. Given an array of integers, A, write the C++

a. 630 b. 6 3 d. 3 0-3 e, 0-3 f. None of the above 2. Given an array of integers, A, write the C++ code to multiply each odd integer integer by 4 and print the values. Assume the variable size is the number of elements in the array. Example Input: [2,6, 10, 11, 5, 3, 200] (size-7) Output: [8, 24, 40, 33, 15, 9, 800] Implement in C++ a Window class. The window has x,y coordinates for the upper left position of the window on a screen. The window class also has two variables, length and wi a. Create the standard member functions as well as member functions to resize the window 3. dth. (length and width that prints out "Window". ) and move the window (x,y coordinates). Include a draw member function b. Using the above, create a derived class, Status_bar c. In a main program snippet, give an example of creating objects for the Window and Status_bar classes. Answer questions based on the following
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
