Sagot :
Compute for the Sum of X and Y
Pseudocode:
Let the addends be the X and Y,
Let X =0;
Let Y = 0;
Sum = X + Y ;
Ouput Sum
Flowchart:
The image above

Compute for the Sum of X and Y
Pseudocode:
Let the addends be the X and Y,
Let X =0;
Let Y = 0;
Sum = X + Y ;
Ouput Sum
Flowchart:
The image above