Makakuha ng detalyadong mga sagot sa lahat ng iyong katanungan sa IDNStudy.com. Magtanong at makakuha ng detalyadong sagot mula sa aming komunidad ng mga eksperto.

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