laxmikbasnet laxmikbasnet 17-10-2022 Computers and Technology contestada ng questions. (2*6= 12) 1. a. Write the output of the following program. (3) CLS a= 20 b= 25 SWAP a, b IF a>b THEN C=A MOD b ELSE C=a*2+b END IF END