Page 1 of 1

15. Complete the following table. Make sure all cells with numbers are filled. X1 X2 X3 TEMP INSTRUCTIONS X1:=7 X2:= 2 X

Posted: Sat Nov 27, 2021 2:25 pm
by answerhappygod
15 Complete The Following Table Make Sure All Cells With Numbers Are Filled X1 X2 X3 Temp Instructions X1 7 X2 2 X 1
15 Complete The Following Table Make Sure All Cells With Numbers Are Filled X1 X2 X3 Temp Instructions X1 7 X2 2 X 1 (66 KiB) Viewed 71 times
15. Complete the following table. Make sure all cells with numbers are filled. X1 X2 X3 TEMP INSTRUCTIONS X1:=7 X2:= 2 X:3= 10 IF X1 <X2 THEN BEGIN TEMP := X1 X1 := X2 X2 := TEMP END IF X2 X3 THEN BEGIN TEMP = X2 X2 := X3 X3 := TEMP END