Programming in DOS (Camparision of two numbers)

@Echo off
set /p a="Enter the first no. for comaparison"
set /p b="Enter the second no. for comaparison"
if %a% GTR %b% (Echo %a% )Else (Echo %b%)
pause
pause



Comments

Popular posts from this blog

How to set background color of navigation bar in iPhone

Checking Device Info in ios

Command Line Argument in C