How can i do that ">" works? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i do that ">" works?

22nd Nov 2018, 4:42 PM
Joshua Larrosa
9 Answers
+ 8
What language Joshua Larrosa I see you haven't started a lesson ~ that is like > and < without any direction
22nd Nov 2018, 5:06 PM
BroFar
BroFar - avatar
+ 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
23rd Nov 2018, 4:05 AM
BroFar
BroFar - avatar
+ 2
Joshua Larrosa your answer then is on the following reference http://www.cplusplus.com/doc/tutorial/control/
23rd Nov 2018, 3:56 AM
BroFar
BroFar - avatar
+ 1
Thanks
23rd Nov 2018, 4:00 AM
Joshua Larrosa
+ 1
Ok
23rd Nov 2018, 4:41 AM
Joshua Larrosa
0
It means "greater than",, if the operator to the left is bigger than the operator to the right,it becomes true..
22nd Nov 2018, 4:49 PM
Mensch
Mensch - avatar
0
But how you make it works?
22nd Nov 2018, 4:50 PM
Joshua Larrosa
0
You can use something on the lines of this. If(2 > 1) { (Insert your code here) }
22nd Nov 2018, 6:19 PM
Mike
0
Thanks, the lenguaje is c++, the problem was a ";", not the ">" thanks you all
23rd Nov 2018, 3:40 AM
Joshua Larrosa