TestingDocs.com
    Software Testing website
    • Automation
      • Selenium
      • JBehave Framework
    • Tutorials
      • MySQL Tutorials
      • Testlink
      • Maven
      • Git
    • IDEs
      • IntelliJ IDEA
      • Eclipse
    • Flowcharts
      • Flowgorithm
      • Raptor
    • About

    Flowcharts

    Algorithm to read two numbers and find their sum

    Overview

    In this tutorial, we will learn the algorithm to read two numbers and find their sum. The problem to solve is to find the sum of the given numbers.

    Algorithm

    Inputs: First number, Second number.

    Output: Sum of the two numbers.

    Step 1: Start

    Step 2: Read the first number

    Step 3: Read the second number

    Step 4: Add the two numbers to compute the sum

    Step 5: Print the sum

    Step 6: Stop

    Pseudocode

    START

    READ number1

    READ number2

    Sum <- number1 + number 2

    PRINT Sum

    END

    Related Posts

    Flowcharts /

    Scaler Academy – An Online Learning Platform

    Diagrams Download Button OFM

    Flowcharts /

    Install draw.io Desktop on Windows

    Draw.io Update available Win11

    Flowcharts /

    Update draw.io on Windows

    Online Diagram Software

    Flowcharts /

    Online Diagram Software

    Tools Source Code Viewer Flowgorithm

    Flowcharts /

    Generate Pseudocode for Flowgorithm Flowchart

    ‹ Algorithm & Flowchart to find the Area of a Circle› Algorithm to convert temperature Fahrenheit to Celsius

    Recent Posts

    • ChatGPT Subscription Plans
    • Stellar Converter for Database
    • Stellar Log Analyzer for MySQL
    • Stellar Repair for MySQL
    • ChatGPT Capabilities
    • How to secure your SQL Database: Tips and Tricks
    • ChatGPT4 Conversational AI Features
    • Shaping the Future of Development: Exploring Key Trends in Software Engineering
    • Improving Java Performance with Multithreading
    • Open-source Vector Databases

    Back to Top

    Links

    • Contact
    • Privacy Policy
    • Cookie Policy

    www.TestingDocs.com