program test() var b := { 1, 4, 6, 3, 7, 12, 72, 3 }; print( b ); b.reverse(); print( b ); endprogram /**** Expected Output Begins: ***** (no) ***** Expected Output Ends ****/