write a program to print following series like 3 6 9 12 15 18 21
Anonymous:
which language
Answers
Answered by
2
Hope it helps you☺
Thankyou ✌✌
SWEETY:)
Thankyou ✌✌
SWEETY:)
Attachments:
Answered by
0
{
for n=i;
n=1; n<=21; n++;
scanf("\n The number is :\n ");
printf("\n The number is :\n ");
getch () ;
}
Similar questions