Flow chart to swap two numbers using third variable
Answers
Answered by
2
Answer:
Here the main logic is:
Temporary variable= Input variable1;
Input variable1=Input variable2;
Input variable2=Temporary variable;
Explanation:
1)copy value of first variable into temporary variable.
2)copy value of second variable into first variable.
3)copy value of temporary variable into second variable
Attachments:
Similar questions
Sociology,
5 months ago
Math,
5 months ago
Psychology,
11 months ago
Science,
11 months ago
Psychology,
1 year ago
Hindi,
1 year ago