Computer Science, asked by dhruvpayasi650, 6 months ago

Write a program to initialize two integers ‘m’ and ‘n’ with

the values 12 and 7. Interchange the values of m and n

without using the third variable. Print the values of m and n

before and after interchange​

Answers

Answered by UTKARSH3837
1

Answer:

m=n

n=m

Explanation:

mark it as brainliest

Similar questions