Instructions
Write a for loop to print the numbers from 35 to 45, inclusive (this means it should include both the 35 and 45). The output should all
be written out on the same line.
Expected Output
35 36 37 38 39 40 41 42 43 44 45