#include
#include
#include
void main()
{
int i,j=0;
clrscr();
printf("Sanjay R Nath");
printf("\n\nSARIGAMA");
for(i=500;i<4000;i=i)
{
if(j!=0)
printf("\n\nSARIGAMA");
sound(i);
printf("\n\nPress a Key For Next tone\n");
getch();
clrscr();
nosound();
i=i+500;
j++;
}
sound(10000);
printf("\n\nHope You Have enjoyed\n\nMy new version 1.0 will be launching shorty\n");
getch();
nosound();
}

No comments:
Post a Comment