Question: 1. Trace and write the output for the below program no =1; n1 = 2; If ( no != n1-1) { no=n1; n1=no; } else

1. Trace and write the output for the below program no =1; n1 = 2; If ( no != n1-1) { no=n1; n1=no; } else { n1=no; no=n1; } cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
