Question: Given: if ( x == 5 ) if ( y == 8 ) printf ( &&& ); else printf ( @@@ ); printf ( $$$
Given: if ( x == 5 )
if ( y == 8 )
printf ( &&& );
else
printf ( @@@ );
printf ( $$$ );
Evaluate for: i. x = 7, y = 5
ii. x = 5, y = 8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
