Commit 3905ad67 authored by Nikitha Moosapet's avatar Nikitha Moosapet

Print Odd Numbers 1 to 50

parent 1c5b1d05
#! /bin/bash
for i in {1..50..2}
do
echo "Number is : $i"
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