Respuesta :
BEGIN
DECLARE VARIABLES X, Y
INPUT VARIABLES X, Y
READ X, Y
PRINT SUM = X+Y
PRINT DIFFERENCE = X-Y
END
The required algorithm for sum and difference x + y and x - y respectively.
Algorithm to calculate sum and difference of any two numbers to be determine.
What is algorithm?
Algorithm is defined as the mathematical calculation applied.
Here,
Let the number is x and y
Sum of the two number is = x +y
Difference of the two number is = x -y
Thus, The required algorithm for sum and difference x + y and x - y respectively.
Learn more about algorithm here:
https://brainly.com/question/22984934
#SPJ2