Computer Science, asked by bindumadhavi3, 5 months ago

raptor program to read two numbers and swap and print the given two numbers​

Answers

Answered by rashidixit1209
0

Explanation:

Step 1 : Start.

Start 2 : READ num1, num2.

Start 3 : num1 = num1 + num2.

Start 4 : num2 = num1 - num2.

Start 5 : num1 = num1 - num2.

Start 6 : PRINT num1, num2.

Start 7 : Stop.

Similar questions