Computer Science, asked by averagestudent99, 4 days ago

write an algorithm, draw a flowchart and develop a c program to sawp the values of two variables with and without using third variable

please help and thanks for reply

Answers

Answered by palakbannatwala14
0

Explanation:

STEP 1: START.

STEP 2: ENTER x, y.

STEP 3: PRINT x, y.

STEP 4: x = x + y.

STEP 5: y= x - y.

STEP 6: x =x - y.

STEP 7: PRINT x, y.

STEP 8: END.

Answered by rajdghadge
0

Answer:

Algorithm

STEP 1: START

STEP 2: ENTER x, y

STEP 3: PRINT x, y

STEP 4: x = x + y

STEP 5: y= x - y

STEP 6: x =x - y

STEP 7: PRINT x, y

STEP 8: END

Mark as brainlist

Similar questions