Computer Science, asked by ffawazahmad666, 29 days ago

write a Java program to swap to numbers at class 8th level​

Answers

Answered by sriteja2780
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 ishitareddy69
1

Explanation:

Hope it helps u mark me as brainlist

Attachments:
Similar questions