write a Java program to swap to numbers at class 8th level
Answers
Answered by
0
Explanation:
Java program to swap two integers
- Create a variable (temp), initialize it with 0.
- Assign 1st number to temp.
- Assign 2nd number to 1st number.
- Assign temp to second number.
Answered by
1
Explanation:
Hope it helps u mark me as brainlist
Attachments:
Similar questions