Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
13
//gcc 5.4.0 #include <stdio.h> int main(void){ int numPeople; int numDogs; int daysCount; int numCars; int houseSize; int numApples; int numFruit; int houseRats; int numRodents; int ballCount; int numItems; int dogCount; int animalsTotal; numDogs = 0; daysCount = 365; numCars = 99; houseSize = 2300; numApples = numFruit; houseRats = 200; numRodents = houseRats; ballCount = 3; ballCount = numItems; dogCount = 5; animalsTotal = dogCount - 3; printf("The total number of dogs is %d\n",animalsTotal); }
run
|
edit
|
history
|
help
0
pattern 12
18BCE2182 ASSESS_2 Q4
Lab6 v1.0 Sin,cos,tan,cot
Stub Program for Problem 3 HW 2
MATRIZ DE CADENAS
C_141120_factorial02
first C code
armstrong number using a while loop
Spring 2017 Project 2 v1.2
Taco practice