LAB 6: Ask the user to enter a number greater than 0. If the user enters invalid input, loop until they enter valid input. Use a while loop to: Print all of the odd integers that are greater than 0, and less than the number entered. Count how many numbers are printed. After exiting the while loop, print the count.