4 pts Question 10 Which of the following correctly swaps two variables: a and b? O t= a; b = a; a = t; O t= a; a = b; b
Posted: Sun May 15, 2022 8:16 am
4 pts Question 10 Which of the following correctly swaps two variables: a and b? O t= a; b = a; a = t; O t= a; a = b; b = t O a = t; t = b; b = a; O a = b; b = a;