Commit 8f4e0d58 authored by vagrant's avatar vagrant

solved problem 4

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