IDNStudy.com, kung saan ang iyong mga tanong ay may malinaw at konkritong sagot. Magtanong at makakuha ng detalyadong sagot mula sa aming komunidad ng mga eksperto na may kaalaman.

Draw the flowchart and the pseudocode of the given problem
- Compute for the Sum of X and Y


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

View image Coy04