Warning: Undefined variable $arr1 in /users/2019/i1919058/public_html/2022/WebProg/ch04/exam04-14.php on line 15

Warning: Trying to access array offset on null in /users/2019/i1919058/public_html/2022/WebProg/ch04/exam04-14.php on line 15

Warning: Trying to access array offset on null in /users/2019/i1919058/public_html/2022/WebProg/ch04/exam04-14.php on line 15
$arr1[0][0] =

Warning: Undefined variable $arr1 in /users/2019/i1919058/public_html/2022/WebProg/ch04/exam04-14.php on line 16

Warning: Trying to access array offset on null in /users/2019/i1919058/public_html/2022/WebProg/ch04/exam04-14.php on line 16

Warning: Trying to access array offset on null in /users/2019/i1919058/public_html/2022/WebProg/ch04/exam04-14.php on line 16
$arr1[0][1] =

Warning: Undefined variable $arr1 in /users/2019/i1919058/public_html/2022/WebProg/ch04/exam04-14.php on line 17

Warning: Trying to access array offset on null in /users/2019/i1919058/public_html/2022/WebProg/ch04/exam04-14.php on line 17

Warning: Trying to access array offset on null in /users/2019/i1919058/public_html/2022/WebProg/ch04/exam04-14.php on line 17
$arr1[1][0] =

Warning: Undefined variable $arr1 in /users/2019/i1919058/public_html/2022/WebProg/ch04/exam04-14.php on line 18

Warning: Trying to access array offset on null in /users/2019/i1919058/public_html/2022/WebProg/ch04/exam04-14.php on line 18

Warning: Trying to access array offset on null in /users/2019/i1919058/public_html/2022/WebProg/ch04/exam04-14.php on line 18
$arr1[1][1] =

$arr2[0][0] = 00
$arr2[0][1] = 01
$arr2[1][0] = 10
$arr2[1][1] = 11