Computer Science, asked by Roonie359, 10 months ago

pseudocode for swaping of two numbers

Answers

Answered by Anonymous
1

Answer :

1.read first no., a

2.read second no. b

3.consider 'a' temporary variable,t.

4.assign t with a's value, t=a

5.assign a with b's value a=b

6.assign b with t's value, b=t.

7.print a, b

Hope it helps... Plzzzz mark me as brainliest!!!!! Happy teachers day... /\... /\....

Similar questions