Ask Question

Ask the user for two positive integers; the first number, a, should be less than the second number, b. Print the average of the numbers from a to b inclusive. [ For example: If the user enters 3 and 7, the code should print 5 ((3+4+5+6+7) / 5). ] (python coding)

+4
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Ask the user for two positive integers; the first number, a, should be less than the second number, b. Print the average of the numbers ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers