Computer Science, asked by shreyamehrotra30, 14 days ago

Predict the output and i will mark u brainlliest
int x=23;
int y=7;
int rem=x%y;
if(rem > 5)
{
cout< cout<<”you win the game”;
}
else
{
cout< cout<<”you loose the game”;
}

Answers

Answered by mohdmj142
1

Answer:

output will be "you loose the game"

Similar questions