Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Project 3 Part 1 v0.5
//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=0; int f; scanf("%d",&n); if(n!=0){ do{ f=(i-1)+(i-2); printf("f=%d",f); printf("%d,",f); ++i; printf("i=%d\n",i); }while(i<=n); } else f=0; }
run
|
edit
|
history
|
help
0
Project 3 Part 1 v1.7
Practica 5 fibonacci
lab2
Test 3
Primer avance de lista enlazadas
else if
child process
time clock and day count through seconds by ratneshgujarathi
888 BONUS LAB 1
AVANCE PREGUNTA 10 DE CADENAS