Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

how do we write the "greater or equal" and "less or equal sign" on the compiler?

0 votes
asked Oct 21, 2018 by jesus silguero (120 points)

1 Answer

0 votes
answered Oct 21, 2018 by BCZV (140 points)
>= and <=

5>=4 is true. 5>=5 is true. 5>=6 is false.

Unless I'm thinking of the wrong thing here.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...