Ask Question
22 July, 12:20

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

+3
Answers (1)
  1. 22 July, 15:52
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers