Array Declaration 2D

By: Jimmy Pan


char[][] symbols2D = {
    {'!', '@', '#'},
    {'$', '%', '^'},
    {'&', '*', '(', ')'}
}
! @ #
$ % ^
& * ( )