Write a program called Series that will print/display a series of numbers starting with 1 and ending with the last number that is less than 30. The series should include only odd numbers that are not divisible evenly by 5.
Sample Run:
1 3 7 9 11 13 17 19 21 23 27 29