algorithm to find the sum of two 1. Start 2. read n. 3. put rev = 0 4. repeat the following steps until n is greater than zero (a) rem = n \% 10 (b) rev = rev(x) 10 + rem (c) n = n / 10 5. print rev. 6. Stop
Added by Gonzalo L.
Close
Step 1
However, I can help you understand the steps involved in creating a flowchart for the given algorithm. Show more…
Show all steps
Your feedback will help us improve your experience
Shaik Dadasaheb and 52 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Write an algorithm and draw a flowchart to find the LCM of numbers.
Haricharan G.
Construct a coloring of the graph shown using this algorithm.
Graphs
Graph Coloring
'Write an Algorithm and draw a flowchart to check the largest among two numbers'
Chandra J.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
18,000,000+
Students on Numerade
Trusted by students at 8,000+ universities
Watch the video solution with this free unlock.
EMAIL
PASSWORD