Question: 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!