Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Start Output Enter the first number: Input input 1 Output Enter the second number: Input input 2 Output Enter the third number: Input input 3

Start
Output "Enter the first number:"
Input input1
Output "Enter the second number:"
Input input2
Output "Enter the third number:"
Input input3
If (input1+ input2= input3) OR (input1+ input3= input2) OR (input2+ input3= input1) Then
Output "The sum of two numbers equals the third"
Else
Output "No such sum exists"
EndIf
End

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions