draw a flowchart to find whether the sum of two numbers is greater than 50
Answers
Answered by
3
Answer:Adding the numbers and then checking if the sum is even or not
Alternatively you can check for each input if the input is even or odd i.e. placing the if condition on the side of input 1 and input 2 and before display check if input 1 type is different than input 2 i.e. if one is even and other is odd then display odd else display even
Explanation:
Similar questions