Ask Question
12 January, 09:08

Write an algorithm to calculate the sum of three numbers A, B and C

+1
Answers (1)
  1. 12 January, 12:40
    0
    1. Start

    2. Display "Enter three numbers"

    3. Input A

    4. Input B

    5. Input C

    6. Sum = A + B + C

    7. Display Sum

    8. Stop

    Explanation:

    Line 1 and Line 7 of the algorithm implies the start and end of the algorithm, respectively.

    Line 2 prompts user for input of three numbers

    Line 3 to 5 accept input from user and these inputs are saved in variables A, B and C

    Line 6 adds the three inputs and saves the result in variable Sum

    Line 7 displays the value of Sum
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Write an algorithm to calculate the sum of three numbers A, B and C ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers