Write the output for the following:
int x = 1, y = 1;
if (n > 0)
{
x = x + 1;
y = y + 1;
}
Answers
Answered by
1
value of n is not mentioned bro....
if value of n= 1 then output:
x= 2 and y= 2
read the question again and check if value of n is given or not....
please mark as brainliest
Similar questions