Ask Question
3 March, 21:06

Write a short program using a while loop which will display all of the even numbers starting with 12 and ending with 86. (test your program in pycharm)

+2
Answers (1)
  1. 3 March, 23:24
    0
    Lua

    for i = 12,86,2 do

    print (i)

    end
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Write a short program using a while loop which will display all of the even numbers starting with 12 and ending with 86. (test your program ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers