Skip to content

Commit

Permalink
Create swapping of two numbers
Browse files Browse the repository at this point in the history
In this program, we use the temp variable to hold the value of a temporarily. We then put the value of b in a and later temp in b. In this way, the values get exchanged.
  • Loading branch information
jainabpatel555 authored Oct 5, 2020
1 parent ebfd55d commit 8718808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swapping of two numbers
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 8718808

Please sign in to comment.