| trabalho (FOR) | |
|---|---|
| Tweet Topic Started: 9 May 2013, 05:17 PM (240 Views) | |
| Ygor | 9 May 2013, 05:17 PM Post #1 |
|
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; } |
![]() |
|
| 1 user reading this topic (1 Guest and 0 Anonymous) | |
| « Previous Topic · Algoritmo e Programação · Next Topic » |








5:42 AM Jul 11

