Ask Question
29 October, 19:54

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

+4
Answers (1)
  1. 29 October, 21:02
    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 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