Question: The range-based for loop may be used with arrays, but not with vectors. O True O False Save Question 18 (5 points) If employee is

The range-based for loop may be used with arrays, but not with vectors. O True O False Save Question 18 (5 points) If employee is an array of objects with a public member function named setHourlyWage, the following statement correctly calls this method for employee [2]. employee.setHourlyWage (2] (20.00) True O False Save Question 19 (5 points) What does the following statement do? O O O typedef int oneDArray [20]; It creates an array of 20 integers. It makes oneDArray a copy of another 20-integer array. It makes oneDArray an alias for a data type that holds 20 integers. It creates a one-dimensional integer array with all elements initialized to 20
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
