Menu

[solved] – Question 69150

Fill in the blanks to compare the variables and print “hi there” to the screen:
int x = 5;
int y = 3;
_____ (x > ______) {
cout << “hi there”;
}

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *