How many rows are in the array that follows? Rental[][] transactions = new Rental[7][3];

How many rows are in the array that follows?
Rental[][] transactions = new Rental[7][3];


a. 7
b. 3
c. 2
d. 6


Answer: a. 7


Learn More :