Close
Close

Write a program that display values from 50 to 10.

   Farhat


Answers

  •   
    #include <stdio.h>
    
    int main()
    {
        int i;
        for(i=50 ;i>=10; i--)
            printf("%d\n",i);
        return 0;
    }
    

     


    • Thanks Amit
      - Farhat

  •    meeloun

    许多本科网课代上      http://www.wangkedaixiu.com/wkds/bk/    机构拥有专业的团队,他们对于网课有深厚的理解和丰富的经验。因此,通过本科网课代上服务,消费者可以获得高质量的作业。



  •    tellsteve98

    Today, both pieces sit opposite each other in the atelier, and survey the brothers in their daily tasks.Piguet 1185 base and Lange When it comes to Swiss watches, the emphasis is often on who designed the watch;Replica Breitling Watches



  •    patricajohnson51

    Sure, here's a simple Python program to display values from 50 to 10:

    for i in range(50, 9, -1):
        print(i)
    

    This program uses a for loop to iterate through the range starting from 50 and ending at 10 (exclusive), with a step size of -1 to count down from 50 to 10.

    If you need further help with Python assignment or programming homework, don't hesitate to seek help from various online resources available. Exploring different programming forums or reaching out to academic support platforms can offer valuable insights and guidance to enhance your understanding. Remember, there are numerous resources out there, like programminghomeworkhelp.com, to aid you in mastering Python and tackling your assignments effectively.   



Ask Yours
Post Yours
Write your answer