Home computickets What does & lt; & gt mean? (read it in the book)?

What does & lt; & gt mean? (read it in the book)?

Author

Date

Category

From the book:
An example of pseudocode correctly restructured verification conditions

while (i & lt; max_elements)
 if (Item [i] & lt; & gt; 0) then

I do not understand what & LT; & GT;


Answer 1, Authority 100%

& lt; & gt; – means “not equal to” . The syntax is similar to Paskalevsky.
In your case: If Item [i] is not 0 , then perform some actions.

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions