Commit 419ff3df authored by Alex Segers's avatar Alex Segers

2. Iteration

parent b6c1e75d
#!/bin/bash
for N in $(seq 50)
do
if [[ $( expr $N % 2 ) -ne 0 ]]
then
echo "Number is : $N"
fi
done
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment