Given the problem specification below, you are asked to answer the corresponding question: Problem specification: prompt the user to enter a positive number n, then print the count of all the odd numbers from 0 to n. a- Write down the algorithm of the above problem. b- Write the Python code of the above problem. Include a screenshot that shows the output after executing the program.