Answer to Question #262320 in Algorithms for Alunsina

Question #262320

Create a program plan, an algorithm, and draw a flowchart that uses sequence structure, that would accept two (2) numbers represented by X and Y. Print the two number after interchanging their values.


1
Expert's answer
2021-11-08T05:32:25-0500


Program plan
1. Create a program plan
2. Create an algorithm
3. Create a flowchart 


Algorithm


Start
   Declare integer variable X
   Declare integer variable Y
   Declare integer variable temp
   Read X
   Read Y
   temp=X
   X=Y
   Y=temp
   Display X
   Display Y
Stop




Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS