msmriti500 msmriti500 10-12-2022 Computers and Technology contestada WRITE OUTPUT OF GIVEN PROGRAM CLSINPUT "enter any number";N IF SGN (N)=1 THEN PRINT N "Is the even number"ELSE IF SGN (N)=1 THEN PRINT N; "Is the odd number" ELSE PRINT N; "Is null or zero number" ELSE IF END