
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Quiz; Class: OBJECT-ORIENTED PROG II; Subject: Computer Science; University: University of Maryland; Term: Unknown 1989;
Typology: Quizzes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

CMSC 132 Quiz 1 Worksheet
The first quiz for the course will be on Friday, June 9 in lecture. The following list provides more information about the quiz:
The following exercises cover the material to be included in this quiz. Solutions to these exercises will not be provided, but you are welcome to discuss your solutions with the TA or instructor during office hours.
Problem I
public static boolean compareStrArrays(String[][] array1, String[][] array2);
The method will return true if the arrays have the same dimensions and the same String values. Keep in mind that each array can have rows with different lengths.