#include<stdio.h>
int main()
{
   int i,n,a=42,b=72,c=85,d=80,e=3;
   for(i=100;i>0;i--)
        {
            if ((i==a)||(i==b)||(i==c)||(i==d)||(i==e))
               {
                    printf("%d,",i);
               }
        }
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: