Algorithm to print first 10 odd numbers
Answers
Answered by
0
Answer:
• #includestudio.h>
•# include<conio.h>
•void main()
•{
•int max i;
•printf("Enter value of max");
•scanf("%d",&max");
•printf("odd numbers :/n");
here is your answer
hope it will helps you
mark me as a brainlist
Similar questions