codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Swap two numbers without using third variable #119

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of article

Write a Java program to swap two numbers without using third variable.

Additional information

Input:  a=10 b=20
Output: a=20 b=10

Code of Conduct

kzhang01 commented 2 years ago

Hi can I take this issue?

harshraj8843 commented 2 years ago

Hey @kzhang01

Thanks for showing your interest in this project 👍🏻