[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
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”;
}
OR