Ask Question

Write a program to print the value of a series of numbers from0-9 in descending order

+4
Answers (1)
  1. 2 November, 09:39
    0
    This is the simplest way obviously this is ascending

    print ("0")

    print ("1")

    print ("2")

    print ("3")

    print ("4")

    print ("5")

    print ("6")

    print ("7")

    print ("8")

    print ("9")
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a program to print the value of a series of numbers from0-9 in descending order ...” 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