0
Help me with this.
int x = 5; int y = 3; (x > y) { cout << "hi there"; }
3 Answers
+ 3
Please see this:
https://www.sololearn.com/post/75089/?ref=app
+ 1
Isaac Muniu Kibe
1.Clear your question.
2.Use appropriate tags.
3.Give description in description box not in question.
0
Isaac Muniu Kibe if I write your code in compiler it obviously gives error.