Welcome Guest [Log In] [Register]
Add Reply
trabalho (FOR)
Topic Started: 9 May 2013, 05:17 PM (240 Views)
Ygor
Administrator
#include <stdio.h>
#include <stdlib.h>

main()
{
int count;
for(count=0;count<=21;count=count+3)
if(count<20)
{
printf("%d,",count);
}
else
{
printf("%d",count);
}
return 0;
}
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Algoritmo e Programação · Next Topic »
Add Reply