Looping and Skipping

  • + 0 comments

    i=0; for((i=1; i<=99; i++ )) do if (( i%2 != 0 )) then echo $i fi

    done