Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Project 3 Part 1 v1.0
//gcc 5.4.0 #include <stdio.h> //Start Program //int n //int i //int f //READ n //for(i=0;i<=n;i++){ // f=(i-1)+(i-2); // printf("%d,",f); // } //End Program int main(void) { int n; int i; int f; scanf("%d",&n); for(i=0;i<=n;i++){ f=((i-1)+(i-2)); printf("%d,",f); } }
run
|
edit
|
history
|
help
0
PRIMER AVANCE DE NETFLIX
C_141127:MatricesUnSoloIndice
C list
Command Expressions in Gnu C: What's the value of a loop? void!
Numero de veces digito
MATRICES DE CARACTERES
edmond@DESKTOP-M2BC2LH
Name pipe
example of scanf and basic integer manipulation
Program to input form command line and print it