Computer Science, asked by Aarav9659, 9 months ago

What is the output of the following program?
void main ( )
{
int x = 5, y = 6, z = 7;
if (x < y + z)
cout << "Hello \n" ;
else
{
cout << "How \n" ;
cout << "Are you \n";
}
}
a) Hello b) How c) Are you d) None of the above

Answers

Answered by Anonymous
2

What is the output of the following program?

void main ( )

{

int x = 5, y = 6, z = 7;

if (x < y + z)

cout << "Hello \n" ;

else

{

cout << "How \n" ;

cout << "Are you \n";

}

}

a) Hello b) How c) Are you d) None of the above

PLEASE MAKE ME AS A BRAINLIST ANSWER

Similar questions