Ask Question
22 March, 15:29

Predict the output

the following is a segment of program

x=1 y=1

if (n>0)

{

x=x+1

y=y+1

}

what will be the value of x and y if n assumes a value

1, 0

+1
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Predict the output the following is a segment of program x=1 y=1 if (n>0) { x=x+1 y=y+1 } what will be the value of x and y if n assumes a ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers