0
How can i do that ">" works?
9 odpowiedzi
+ 8
What language Joshua Larrosa
I see you haven't started a lesson ~
that is like > and < without any direction
+ 3
Please next time make your question clearer when asking as in this case we all tried to help understand what you were asking.
Joshua Larrosa
+ 2
Joshua Larrosa your answer then is on the following reference
http://www.cplusplus.com/doc/tutorial/control/
+ 1
Thanks
+ 1
Ok
0
It means "greater than",, if the operator to the left is bigger than the operator to the right,it becomes true..
0
But how you make it works?
0
You can use something on the lines of this.
If(2 > 1) {
(Insert your code here)
}
0
Thanks, the lenguaje is c++, the problem was a ";", not the ">" thanks you all