#include<stdio.h>
int main()
{
int a , i;
i=a;
printf("enter the number\n");
scanf("%d", &i);
do
{
printf("%d\n", i);
i=i-3;
} while (i>0);
return 0;
}
Hackathons are often associated with computer science students, experienced developers, and teams that already know exactly what they are...
No comments:
Post a Comment