IDNStudy.com, ang iyong destinasyon para sa malinaw at mabilis na mga sagot. Makakuha ng mga kumpletong sagot sa lahat ng iyong mga tanong mula sa aming network 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