1.

write algorithm and flowchart the inputs two numbers swaps these values without using third variable​

Answer»

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

a, B = 69, 999

print(a, b)

a, b = b, a

print(a, b)

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!



Discussion

No Comment Found