imranaibraheembudah imranaibraheembudah 21-12-2022 Computers and Technology Answered suppose the values variables `a` and `b` are 6 and 8 respectively, write two programs to swap the values of the two variables. 1. first program by using a third variables. 2. second program without using any third variables.