عفاشه
يامـ س ـهل سـهلها :)
#include<stdio.h> #include<conio.h> main() {int i ; for (i=1; i<=21;i+=2) printf("%d+",i); getch ();}