- 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 70 times
15. Complete the following table. Make sure all cells with numbers are filled. X1 X2 X3 TEMP INSTRUCTIONS X1:=7 X2:= 2 X
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
15. Complete the following table. Make sure all cells with numbers are filled. X1 X2 X3 TEMP INSTRUCTIONS X1:=7 X2:= 2 X
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