ART MOMENT:
.
![]() |
Calling of St.
Matthew Artist Bernardo Strozzi (1581-1644) Date: 1615-1620 Period: Italian Baroque With student id, museum tickets cost only $8 |
At the end of today's class you should
HAVE READ:
KNOW:
BE ABLE TO:
DAILY QUESTION:
Following the image on pp. 397 of the book (reproduced
in part below)
what are the contents of the array ar after the following code
executes.
public static void main (String []
args) { int [][] ar = new int[4][5]; for (int
i = 0; i < ar.length - 1; i++) { |
Answer the question by drawing the following, with a
'0' or a '1' in the relevant array location.
Sample Exam question(s)
TBA