Modify the code below to obtain the following results:

if ( y == 8 )

if ( x == 5 )

document.writeln( "@@@@@<br/>" );

else

document.writeln( "#####<br/>" );

document.writeln( "$$$$$<br/>" );

document.writeln( "&&&&&<br/>" );