Answer the following statements true (T) or false (F)
1. The number of elements in a two-dimensional array can be computed by adding the number of rows and the number of columns.
2. A variable name can be used as both a subscript and a counter in the same program.
3. Nested loops are often used in algorithms that process multi-dimensional arrays.
4. Tables are not widely used in problem solving.
5. Most programming languages store and process data groups in column-major order.
1. False
2. True
3. True
4. False
5. False
You might also like to view...
Which of the following exceptions are unchecked?
a) RuntimeException b) IllegalAccessException c) NoSuchMethodException d) ClassNotFoundException e) none of the above
Your report must be in HTTP format to be accessible to Web browsers.
Answer the following statement true (T) or false (F)