employer cover photo
employer logo

Question d’entretien chez Mindbody

Progaram to swap 2 numbers without temp variable

Réponse à la question d'entretien

Utilisateur anonyme

16 juin 2020

x=10, y=20; x= x+y; y=x-y; x=x-y; System.out.println(x ); System.out.println(y)l