1.

Solve : greater than less than?

Answer» <html><body><p>how can i do greater than, <a href="https://interviewquestions.tuteehub.com/tag/less-536996" style="font-weight:bold;" target="_blank" title="Click to know more about LESS">LESS</a> than statementsLook at if /? at the <a href="https://interviewquestions.tuteehub.com/tag/command-11508" style="font-weight:bold;" target="_blank" title="Click to know more about COMMAND">COMMAND</a> prompt. <br/><br/>If %<a href="https://interviewquestions.tuteehub.com/tag/variable-772077" style="font-weight:bold;" target="_blank" title="Click to know more about VARIABLE">VARIABLE</a>% GTR 10 echo OVER 10<br/>If %variable% GEQ 10 echo GREATER OR <a href="https://interviewquestions.tuteehub.com/tag/equal-446400" style="font-weight:bold;" target="_blank" title="Click to know more about EQUAL">EQUAL</a> TO 10<br/>If %variable% LSS 10 echo LESS THAN 10<br/>If %variable% LEQ 10 echo LESS OR EQUAL TO 10<br/><br/>thank you</p></body></html>


Discussion

No Comment Found