Flowchart plz share solution

write a flowchart two swap two nos

Algorithm :

    • input : take two no’s n1,n2
    • output : print swiped no’s
  1. declare n1,n2, p .
  2. now to swap no’s we use : p=n1 then n1=n2 then n2=p;
  3. print n1 and n2 .

Flow chart :

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.